Html Css Color HEX #AC8A02 Dark Goldenrod

📋 copy color: '#AC8A02'

red 172 ◦ green 138 ◦ blue 2

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

Shades of Dark Goldenrod #AC8A02

Tints of Dark Goldenrod #AC8A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.23%

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

R = 55.13%
G = 44.23%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8A02 (or 0xAC8A02) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 02. RGB value is (172,138,2). Sum of RGB (Red+Green+Blue) = 172+138+2=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A02 is #5375FD. Grayscale: #858585. Windows color (decimal): -5469694 or 166572. OLE color: 166572.

HSL color Cylindrical-coordinate representation of color #AC8A02: hue angle of 48º 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 #AC8A02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 2 -
CMYK 0 0.20 0.99 0.33
HSL 48º 0.98% 0.34% -
HSV(B) 48º 0.99% 0.67% -
XYZ 26.11 26.95 3.88 -
YUV 132.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 172 138 2 0 0.20 0.99 0.33 48 0.98 0.34
Hex AC 8A 2 0 14 63 21 30 62 22
Octal 254 212 2 0 24 143 41 60 142 42
Binary 10101100 10001010 10 0 10100 1100011 100001 110000 1100010 100010

Color Harmonies of #AC8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A02

Black with #AC8A02

Text Example


Text Example

White with #AC8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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