Html Css Color HEX #AF8C0C Dark Goldenrod

📋 copy color: '#AF8C0C'

red 175 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #AF8C0C

Tints of Dark Goldenrod #AF8C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

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

R = 53.52%
G = 42.81%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF8C0C (or 0xAF8C0C) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 0C. RGB value is (175,140,12). Sum of RGB (Red+Green+Blue) = 175+140+12=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C0C is #5073F3. Grayscale: #888888. Windows color (decimal): -5272564 or 822447. OLE color: 822447.

HSL color Cylindrical-coordinate representation of color #AF8C0C: hue angle of 47.12º 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 #AF8C0C is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 12 -
CMYK 0 0.2 0.93 0.31
HSL 47.12º 0.87% 0.37% -
HSV(B) 47.12º 0.93% 0.69% -
XYZ 27.12 27.9 4.3 -
YUV 135.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 175 140 12 0 0.2 0.93 0.31 47.12 0.87 0.37
Hex AF 8C C 0 14 5D 1F 2F 57 25
Octal 257 214 14 0 24 135 37 57 127 45
Binary 10101111 10001100 1100 0 10100 1011101 11111 101111 1010111 100101

Color Harmonies of #AF8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C0C

Black with #AF8C0C

Text Example


Text Example

White with #AF8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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