Html Css Color HEX #AC8400 Dark Goldenrod

📋 copy color: '#AC8400'

red 172 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #AC8400

Tints of Dark Goldenrod #AC8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

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

R = 56.58%
G = 43.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC8400 (or 0xAC8400) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 00. RGB value is (172,132,0). Sum of RGB (Red+Green+Blue) = 172+132+0=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8400 is #537BFF. Grayscale: #818181. Windows color (decimal): -5471232 or 33964. OLE color: 33964.

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

Color convert

RGB 172 132 0 -
CMYK 0 0.23 1 0.33
HSL 46.05º 1% 0.34% -
HSV(B) 46.05º 1% 0.67% -
XYZ 25.26 25.27 3.55 -
YUV 128.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 172 132 0 0 0.23 1 0.33 46.05 1 0.34
Hex AC 84 0 0 17 64 21 2E 64 22
Octal 254 204 0 0 27 144 41 56 144 42
Binary 10101100 10000100 0 0 10111 1100100 100001 101110 1100100 100010

Color Harmonies of #AC8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8400

Black with #AC8400

Text Example


Text Example

White with #AC8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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