Html Css Color HEX #AC8002 Dark Goldenrod

📋 copy color: '#AC8002'

red 172 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #AC8002

Tints of Dark Goldenrod #AC8002

RGB

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

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

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

R = 56.95%
G = 42.38%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8002 (or 0xAC8002) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 02. RGB value is (172,128,2). Sum of RGB (Red+Green+Blue) = 172+128+2=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8002 is #537FFD. Grayscale: #7F7F7F. Windows color (decimal): -5472254 or 164012. OLE color: 164012.

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

Color convert

RGB 172 128 2 -
CMYK 0 0.26 0.99 0.33
HSL 44.47º 0.98% 0.34% -
HSV(B) 44.47º 0.99% 0.67% -
XYZ 24.74 24.21 3.43 -
YUV 126.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 172 128 2 0 0.26 0.99 0.33 44.47 0.98 0.34
Hex AC 80 2 0 1A 63 21 2C 62 22
Octal 254 200 2 0 32 143 41 54 142 42
Binary 10101100 10000000 10 0 11010 1100011 100001 101100 1100010 100010

Color Harmonies of #AC8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8002

Black with #AC8002

Text Example


Text Example

White with #AC8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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