Html Css Color HEX #AF9006 Dark Goldenrod

📋 copy color: '#AF9006'

red 175 ◦ green 144 ◦ blue 6

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

Shades of Dark Goldenrod #AF9006

Tints of Dark Goldenrod #AF9006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 53.85%
G = 44.31%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF9006 (or 0xAF9006) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 06. RGB value is (175,144,6). Sum of RGB (Red+Green+Blue) = 175+144+6=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9006 is #506FF9. Grayscale: #8A8A8A. Windows color (decimal): -5271546 or 430255. OLE color: 430255.

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

Color convert

RGB 175 144 6 -
CMYK 0 0.18 0.97 0.31
HSL 48.99º 0.93% 0.35% -
HSV(B) 48.99º 0.97% 0.69% -
XYZ 27.69 29.07 4.32 -
YUV 137.54 53.77 154.72 -
System Red Green Blue C M Y K H S L
Decimal 175 144 6 0 0.18 0.97 0.31 48.99 0.93 0.35
Hex AF 90 6 0 12 61 1F 31 5D 23
Octal 257 220 6 0 22 141 37 61 135 43
Binary 10101111 10010000 110 0 10010 1100001 11111 110001 1011101 100011

Color Harmonies of #AF9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9006

Black with #AF9006

Text Example


Text Example

White with #AF9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9006; }

 p { color: rgb(175,144,6); }

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

background-color css

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

 a { background-color: rgb(175,144,6); }

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

border-color css

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

 span { border-color: rgb(175,144,6); }

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