Html Css Color HEX #AF9005 Dark Goldenrod

📋 copy color: '#AF9005'

red 175 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #AF9005

Tints of Dark Goldenrod #AF9005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 54.01%
G = 44.44%
B = 1.54%

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

#AF9005 (or 0xAF9005) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 05. RGB value is (175,144,5). Sum of RGB (Red+Green+Blue) = 175+144+5=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9005 is #506FFA. Grayscale: #8A8A8A. Windows color (decimal): -5271547 or 364719. OLE color: 364719.

HSL color Cylindrical-coordinate representation of color #AF9005: hue angle of 49.06º degrees, saturation: 0.94, 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 #AF9005 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 5 -
CMYK 0 0.18 0.97 0.31
HSL 49.06º 0.94% 0.35% -
HSV(B) 49.06º 0.97% 0.69% -
XYZ 27.68 29.07 4.3 -
YUV 137.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 175 144 5 0 0.18 0.97 0.31 49.06 0.94 0.35
Hex AF 90 5 0 12 61 1F 31 5E 23
Octal 257 220 5 0 22 141 37 61 136 43
Binary 10101111 10010000 101 0 10010 1100001 11111 110001 1011110 100011

Color Harmonies of #AF9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9005

Black with #AF9005

Text Example


Text Example

White with #AF9005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9005; }

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

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

background-color css

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

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

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

border-color css

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

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

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