Html Css Color HEX #AC910A Dark Goldenrod

📋 copy color: '#AC910A'

red 172 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #AC910A

Tints of Dark Goldenrod #AC910A

RGB

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

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

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

R = 52.6%
G = 44.34%
B = 3.06%

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

#AC910A (or 0xAC910A) is known color: Dark Goldenrod. HEX triplet: AC, 91 and 0A. RGB value is (172,145,10). Sum of RGB (Red+Green+Blue) = 172+145+10=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC910A is #536EF5. Grayscale: #8A8A8A. Windows color (decimal): -5467894 or 692652. OLE color: 692652.

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

Color convert

RGB 172 145 10 -
CMYK 0 0.16 0.94 0.33
HSL 50º 0.89% 0.36% -
HSV(B) 50º 0.94% 0.67% -
XYZ 27.19 29.04 4.46 -
YUV 137.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 172 145 10 0 0.16 0.94 0.33 50 0.89 0.36
Hex AC 91 A 0 10 5E 21 32 59 24
Octal 254 221 12 0 20 136 41 62 131 44
Binary 10101100 10010001 1010 0 10000 1011110 100001 110010 1011001 100100

Color Harmonies of #AC910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC910A

Black with #AC910A

Text Example


Text Example

White with #AC910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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