Html Css Color HEX #AC9100 Dark Goldenrod

📋 copy color: '#AC9100'

red 172 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #AC9100

Tints of Dark Goldenrod #AC9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

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

R = 54.26%
G = 45.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC9100 (or 0xAC9100) is known color: Dark Goldenrod. HEX triplet: AC, 91 and 00. RGB value is (172,145,0). Sum of RGB (Red+Green+Blue) = 172+145+0=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9100 is #536EFF. Grayscale: #898989. Windows color (decimal): -5467904 or 37292. OLE color: 37292.

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

Color convert

RGB 172 145 0 -
CMYK 0 0.16 1 0.33
HSL 50.58º 1% 0.34% -
HSV(B) 50.58º 1% 0.67% -
XYZ 27.14 29.02 4.17 -
YUV 136.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 172 145 0 0 0.16 1 0.33 50.58 1 0.34
Hex AC 91 0 0 10 64 21 33 64 22
Octal 254 221 0 0 20 144 41 63 144 42
Binary 10101100 10010001 0 0 10000 1100100 100001 110011 1100100 100010

Color Harmonies of #AC9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9100

Black with #AC9100

Text Example


Text Example

White with #AC9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9100; }

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

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

background-color css

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

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

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

border-color css

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

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

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