Html Css Color HEX #AF870C Dark Goldenrod

📋 copy color: '#AF870C'

red 175 ◦ green 135 ◦ blue 12

#AF870C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AF870C

Tints of Dark Goldenrod #AF870C

RGB

 RED value IS 175 (68.75% from 255) = 54.35%

 GREEN value IS 135 (53.13% from 255) = 41.93%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 54.35%
G = 41.93%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF870C (or 0xAF870C) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 0C. RGB value is (175,135,12). Sum of RGB (Red+Green+Blue) = 175+135+12=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF870C is #5078F3. Grayscale: #858585. Windows color (decimal): -5273844 or 821167. OLE color: 821167.

HSL color Cylindrical-coordinate representation of color #AF870C: hue angle of 45.28º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF870C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 12 -
CMYK 0 0.23 0.93 0.31
HSL 45.28º 0.87% 0.37% -
HSV(B) 45.28º 0.93% 0.69% -
XYZ 26.41 26.47 4.06 -
YUV 132.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 175 135 12 0 0.23 0.93 0.31 45.28 0.87 0.37
Hex AF 87 C 0 17 5D 1F 2D 57 25
Octal 257 207 14 0 27 135 37 55 127 45
Binary 10101111 10000111 1100 0 10111 1011101 11111 101101 1010111 100101

Color Harmonies of #AF870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF870C

Black with #AF870C

Text Example


Text Example

White with #AF870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF870C; }

 p { color: rgb(175,135,12); }

 H1.HeaderClassName
 {
   color: #AF870C;
 }
 .AnyTagClassName
 {
   color: #AF870C;
 }
</style>

background-color css

<style>
 a { background-color: #AF870C; }

 a { background-color: rgb(175,135,12); }

 div.DivClassName
 {
   background-color: #AF870C;
 }
 .BgClassName
 {
   background-color: #AF870C;
 }
</style>

border-color css

<style>
 span { border-color: #AF870C; }

 span { border-color: rgb(175,135,12); }

 td.TdClassName
 {
   border-color: #AF870C;
 }
 .TagClassName
 {
   border-color: #AF870C;
 }
</style>