Html Css Color HEX #AC8004 Dark Goldenrod

📋 copy color: '#AC8004'

red 172 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #AC8004

Tints of Dark Goldenrod #AC8004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 56.58%
G = 42.11%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC8004 (or 0xAC8004) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 04. RGB value is (172,128,4). Sum of RGB (Red+Green+Blue) = 172+128+4=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8004 is #537FFB. Grayscale: #7F7F7F. Windows color (decimal): -5472252 or 295084. OLE color: 295084.

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

Color convert

RGB 172 128 4 -
CMYK 0 0.26 0.98 0.33
HSL 44.29º 0.95% 0.35% -
HSV(B) 44.29º 0.98% 0.67% -
XYZ 24.75 24.22 3.48 -
YUV 127.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 172 128 4 0 0.26 0.98 0.33 44.29 0.95 0.35
Hex AC 80 4 0 1A 62 21 2C 5F 23
Octal 254 200 4 0 32 142 41 54 137 43
Binary 10101100 10000000 100 0 11010 1100010 100001 101100 1011111 100011

Color Harmonies of #AC8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8004

Black with #AC8004

Text Example


Text Example

White with #AC8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8004; }

 p { color: rgb(172,128,4); }

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

background-color css

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

 a { background-color: rgb(172,128,4); }

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

border-color css

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

 span { border-color: rgb(172,128,4); }

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