Html Css Color HEX #AC9400 Dark Goldenrod

📋 copy color: '#AC9400'

red 172 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #AC9400

Tints of Dark Goldenrod #AC9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

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

R = 53.75%
G = 46.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC9400 (or 0xAC9400) is known color: Dark Goldenrod. HEX triplet: AC, 94 and 00. RGB value is (172,148,0). Sum of RGB (Red+Green+Blue) = 172+148+0=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9400 is #536BFF. Grayscale: #8A8A8A. Windows color (decimal): -5467136 or 38060. OLE color: 38060.

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

Color convert

RGB 172 148 0 -
CMYK 0 0.14 1 0.33
HSL 51.63º 1% 0.34% -
HSV(B) 51.63º 1% 0.67% -
XYZ 27.6 29.95 4.33 -
YUV 138.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 172 148 0 0 0.14 1 0.33 51.63 1 0.34
Hex AC 94 0 0 E 64 21 34 64 22
Octal 254 224 0 0 16 144 41 64 144 42
Binary 10101100 10010100 0 0 1110 1100100 100001 110100 1100100 100010

Color Harmonies of #AC9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9400

Black with #AC9400

Text Example


Text Example

White with #AC9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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