Html Css Color HEX #AC9005 Dark Goldenrod

📋 copy color: '#AC9005'

red 172 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #AC9005

Tints of Dark Goldenrod #AC9005

RGB

 RED value IS 172 (67.58% from 255) = 53.58%

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

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

R = 53.58%
G = 44.86%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC9005 (or 0xAC9005) is known color: Dark Goldenrod. HEX triplet: AC, 90 and 05. RGB value is (172,144,5). Sum of RGB (Red+Green+Blue) = 172+144+5=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9005 is #536FFA. Grayscale: #898989. Windows color (decimal): -5468155 or 364716. OLE color: 364716.

HSL color Cylindrical-coordinate representation of color #AC9005: hue angle of 49.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC9005 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 5 -
CMYK 0 0.16 0.97 0.33
HSL 49.94º 0.94% 0.35% -
HSV(B) 49.94º 0.97% 0.67% -
XYZ 27.01 28.73 4.26 -
YUV 136.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 172 144 5 0 0.16 0.97 0.33 49.94 0.94 0.35
Hex AC 90 5 0 10 61 21 32 5E 23
Octal 254 220 5 0 20 141 41 62 136 43
Binary 10101100 10010000 101 0 10000 1100001 100001 110010 1011110 100011

Color Harmonies of #AC9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9005

Black with #AC9005

Text Example


Text Example

White with #AC9005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9005; }

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

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

background-color css

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

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

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

border-color css

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

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

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