Html Css Color HEX #AC8D00 Dark Goldenrod

📋 copy color: '#AC8D00'

red 172 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #AC8D00

Tints of Dark Goldenrod #AC8D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.95%
G = 45.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC8D00 (or 0xAC8D00) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 00. RGB value is (172,141,0). Sum of RGB (Red+Green+Blue) = 172+141+0=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D00 is #5372FF. Grayscale: #868686. Windows color (decimal): -5468928 or 36268. OLE color: 36268.

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

Color convert

RGB 172 141 0 -
CMYK 0 0.18 1 0.33
HSL 49.19º 1% 0.34% -
HSV(B) 49.19º 1% 0.67% -
XYZ 26.54 27.82 3.97 -
YUV 134.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 172 141 0 0 0.18 1 0.33 49.19 1 0.34
Hex AC 8D 0 0 12 64 21 31 64 22
Octal 254 215 0 0 22 144 41 61 144 42
Binary 10101100 10001101 0 0 10010 1100100 100001 110001 1100100 100010

Color Harmonies of #AC8D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D00

Black with #AC8D00

Text Example


Text Example

White with #AC8D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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