Html Css Color HEX #AF720C Dark Goldenrod

📋 copy color: '#AF720C'

red 175 ◦ green 114 ◦ blue 12

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

Shades of Dark Goldenrod #AF720C

Tints of Dark Goldenrod #AF720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 58.14%
G = 37.87%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF720C (or 0xAF720C) is known color: Dark Goldenrod. HEX triplet: AF, 72 and 0C. RGB value is (175,114,12). Sum of RGB (Red+Green+Blue) = 175+114+12=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF720C is #508DF3. Grayscale: #797979. Windows color (decimal): -5279220 or 815791. OLE color: 815791.

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

Color convert

RGB 175 114 12 -
CMYK 0 0.35 0.93 0.31
HSL 37.55º 0.87% 0.37% -
HSV(B) 37.55º 0.93% 0.69% -
XYZ 23.76 21.18 3.18 -
YUV 120.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 175 114 12 0 0.35 0.93 0.31 37.55 0.87 0.37
Hex AF 72 C 0 23 5D 1F 26 57 25
Octal 257 162 14 0 43 135 37 46 127 45
Binary 10101111 1110010 1100 0 100011 1011101 11111 100110 1010111 100101

Color Harmonies of #AF720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF720C

Black with #AF720C

Text Example


Text Example

White with #AF720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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