Html Css Color HEX #AC9205 Dark Goldenrod

📋 copy color: '#AC9205'

red 172 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #AC9205

Tints of Dark Goldenrod #AC9205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 53.25%
G = 45.2%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC9205 (or 0xAC9205) is known color: Dark Goldenrod. HEX triplet: AC, 92 and 05. RGB value is (172,146,5). Sum of RGB (Red+Green+Blue) = 172+146+5=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9205 is #536DFA. Grayscale: #8A8A8A. Windows color (decimal): -5467643 or 365228. OLE color: 365228.

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

Color convert

RGB 172 146 5 -
CMYK 0 0.15 0.97 0.33
HSL 50.66º 0.94% 0.35% -
HSV(B) 50.66º 0.97% 0.67% -
XYZ 27.32 29.34 4.37 -
YUV 137.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 172 146 5 0 0.15 0.97 0.33 50.66 0.94 0.35
Hex AC 92 5 0 F 61 21 33 5E 23
Octal 254 222 5 0 17 141 41 63 136 43
Binary 10101100 10010010 101 0 1111 1100001 100001 110011 1011110 100011

Color Harmonies of #AC9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9205

Black with #AC9205

Text Example


Text Example

White with #AC9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9205; }

 p { color: rgb(172,146,5); }

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

background-color css

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

 a { background-color: rgb(172,146,5); }

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

border-color css

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

 span { border-color: rgb(172,146,5); }

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