Html Css Color HEX #AC900A Dark Goldenrod

📋 copy color: '#AC900A'

red 172 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #AC900A

Tints of Dark Goldenrod #AC900A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 52.76%
G = 44.17%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC900A (or 0xAC900A) is known color: Dark Goldenrod. HEX triplet: AC, 90 and 0A. RGB value is (172,144,10). Sum of RGB (Red+Green+Blue) = 172+144+10=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC900A is #536FF5. Grayscale: #898989. Windows color (decimal): -5468150 or 692396. OLE color: 692396.

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

Color convert

RGB 172 144 10 -
CMYK 0 0.16 0.94 0.33
HSL 49.63º 0.89% 0.36% -
HSV(B) 49.63º 0.94% 0.67% -
XYZ 27.04 28.74 4.41 -
YUV 137.1 56.28 152.9 -
System Red Green Blue C M Y K H S L
Decimal 172 144 10 0 0.16 0.94 0.33 49.63 0.89 0.36
Hex AC 90 A 0 10 5E 21 32 59 24
Octal 254 220 12 0 20 136 41 62 131 44
Binary 10101100 10010000 1010 0 10000 1011110 100001 110010 1011001 100100

Color Harmonies of #AC900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC900A

Black with #AC900A

Text Example


Text Example

White with #AC900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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