Color Hex Logo

#af702d Color Hex

#AF702D
(175,112,45)
0 Favorites   0 Comments

Color spaces of #af702d

RGB 17511245
HSL0.090.590.43
HSV31°74°69°
CMYK 0.000.360.74   0.31
XYZ23.947020.89185.2530
Yxy20.89180.47810.4171
Hunter Lab45.707513.531125.1813
CIE-Lab52.830919.111945.8659

#af702d color RGB value is (175,112,45).

#af702d hex color red value is 175, green value is 112 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af702d hue: 0.09 , saturation: 0.59 and the lightness value of af702d is 0.43.

The process color (four color CMYK) of #af702d color hex is 0.00, 0.36, 0.74, 0.31. Web safe color of #af702d is #996633. Color #af702d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 00101101
Octal 257 160 55
Decimal 175 112 45
Hex AF 70 2D

RGB Percentages of Color #af702d

%52.71
%33.73
%13.55

CMYK Percentages of Color #af702d

%0
%36
%74
%31

Triadic Colors of #af702d

#af702d #2daf70 #702daf

Analogous Colors of #af702d

#af702d #adaf2d #af2f2d

Monochromatic Colors of #af702d

#af702d

Complementary Color

#af702d #2d6caf

#af702d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af702d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af702d Color CSS Codes

.mybgcolor {background-color:#af702d; } 
.myforecolor {color:#af702d; }
.mybordercolor {border:3px solid #af702d; }

#af702d Text Font Color

<p style="color:#af702d">Text here</p>

This sample text font color is #af702d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af702d Background Color

<div style="background-color:#af702d">
Div content here</div>

This div background color is #af702d


#af702d Border Color

<div style="border:3px solid #af702d">
Div here</div>

This div border color is #af702d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,112,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af702d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af702d;
  -webkit-box-shadow: 1px 1px 3px 2px #af702d;
  box-shadow:         1px 1px 3px 2px #af702d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,112,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af702d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af702d;
  -webkit-box-shadow: 1px 1px 3px 2px #af702d;
  box-shadow:         1px 1px 3px 2px #af702d;">
Div content here</div>

This div box has shadow with color #af702d


Comments

No comments written yet.

Please login to write comment.