Html Css Color HEX #AF7009 Dark Goldenrod

📋 copy color: '#AF7009'

red 175 ◦ green 112 ◦ blue 9

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

Shades of Dark Goldenrod #AF7009

Tints of Dark Goldenrod #AF7009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 59.12%
G = 37.84%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF7009 (or 0xAF7009) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 09. RGB value is (175,112,9). Sum of RGB (Red+Green+Blue) = 175+112+9=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7009 is #508FF6. Grayscale: #777777. Windows color (decimal): -5279735 or 618671. OLE color: 618671.

HSL color Cylindrical-coordinate representation of color #AF7009: hue angle of 37.23º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF7009 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 9 -
CMYK 0 0.36 0.95 0.31
HSL 37.23º 0.9% 0.36% -
HSV(B) 37.23º 0.95% 0.69% -
XYZ 23.52 20.72 3.02 -
YUV 119.1 65.87 167.88 -
System Red Green Blue C M Y K H S L
Decimal 175 112 9 0 0.36 0.95 0.31 37.23 0.9 0.36
Hex AF 70 9 0 24 5F 1F 25 5A 24
Octal 257 160 11 0 44 137 37 45 132 44
Binary 10101111 1110000 1001 0 100100 1011111 11111 100101 1011010 100100

Color Harmonies of #AF7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7009

Black with #AF7009

Text Example


Text Example

White with #AF7009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7009; }

 p { color: rgb(175,112,9); }

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

background-color css

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

 a { background-color: rgb(175,112,9); }

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

border-color css

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

 span { border-color: rgb(175,112,9); }

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