Html Css Color HEX #AC8D02 Dark Goldenrod

📋 copy color: '#AC8D02'

red 172 ◦ green 141 ◦ blue 2

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

Shades of Dark Goldenrod #AC8D02

Tints of Dark Goldenrod #AC8D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.76%

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

R = 54.6%
G = 44.76%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8D02 (or 0xAC8D02) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 02. RGB value is (172,141,2). Sum of RGB (Red+Green+Blue) = 172+141+2=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D02 is #5372FD. Grayscale: #878787. Windows color (decimal): -5468926 or 167340. OLE color: 167340.

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

Color convert

RGB 172 141 2 -
CMYK 0 0.18 0.99 0.33
HSL 49.06º 0.98% 0.34% -
HSV(B) 49.06º 0.99% 0.67% -
XYZ 26.55 27.82 4.03 -
YUV 134.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 172 141 2 0 0.18 0.99 0.33 49.06 0.98 0.34
Hex AC 8D 2 0 12 63 21 31 62 22
Octal 254 215 2 0 22 143 41 61 142 42
Binary 10101100 10001101 10 0 10010 1100011 100001 110001 1100010 100010

Color Harmonies of #AC8D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D02

Black with #AC8D02

Text Example


Text Example

White with #AC8D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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