Html Css Color HEX #AC900C Dark Goldenrod

📋 copy color: '#AC900C'

red 172 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #AC900C

Tints of Dark Goldenrod #AC900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 52.44%
G = 43.9%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC900C (or 0xAC900C) is known color: Dark Goldenrod. HEX triplet: AC, 90 and 0C. RGB value is (172,144,12). Sum of RGB (Red+Green+Blue) = 172+144+12=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC900C is #536FF3. Grayscale: #898989. Windows color (decimal): -5468148 or 823468. OLE color: 823468.

HSL color Cylindrical-coordinate representation of color #AC900C: hue angle of 49.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC900C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 12 -
CMYK 0 0.16 0.93 0.33
HSL 49.5º 0.87% 0.36% -
HSV(B) 49.5º 0.93% 0.67% -
XYZ 27.05 28.74 4.47 -
YUV 137.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 172 144 12 0 0.16 0.93 0.33 49.5 0.87 0.36
Hex AC 90 C 0 10 5D 21 32 57 24
Octal 254 220 14 0 20 135 41 62 127 44
Binary 10101100 10010000 1100 0 10000 1011101 100001 110010 1010111 100100

Color Harmonies of #AC900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC900C

Black with #AC900C

Text Example


Text Example

White with #AC900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC900C; }

 p { color: rgb(172,144,12); }

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

background-color css

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

 a { background-color: rgb(172,144,12); }

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

border-color css

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

 span { border-color: rgb(172,144,12); }

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