Html Css Color HEX #AF9002 Dark Goldenrod

📋 copy color: '#AF9002'

red 175 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #AF9002

Tints of Dark Goldenrod #AF9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 54.52%
G = 44.86%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9002 (or 0xAF9002) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 02. RGB value is (175,144,2). Sum of RGB (Red+Green+Blue) = 175+144+2=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9002 is #506FFD. Grayscale: #898989. Windows color (decimal): -5271550 or 168111. OLE color: 168111.

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

Color convert

RGB 175 144 2 -
CMYK 0 0.18 0.99 0.31
HSL 49.25º 0.98% 0.35% -
HSV(B) 49.25º 0.99% 0.69% -
XYZ 27.66 29.06 4.21 -
YUV 137.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 175 144 2 0 0.18 0.99 0.31 49.25 0.98 0.35
Hex AF 90 2 0 12 63 1F 31 62 23
Octal 257 220 2 0 22 143 37 61 142 43
Binary 10101111 10010000 10 0 10010 1100011 11111 110001 1100010 100011

Color Harmonies of #AF9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9002

Black with #AF9002

Text Example


Text Example

White with #AF9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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