Html Css Color HEX #AC8205 Dark Goldenrod

📋 copy color: '#AC8205'

red 172 ◦ green 130 ◦ blue 5

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

Shades of Dark Goldenrod #AC8205

Tints of Dark Goldenrod #AC8205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 56.03%
G = 42.35%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC8205 (or 0xAC8205) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 05. RGB value is (172,130,5). Sum of RGB (Red+Green+Blue) = 172+130+5=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8205 is #537DFA. Grayscale: #808080. Windows color (decimal): -5471739 or 361132. OLE color: 361132.

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

Color convert

RGB 172 130 5 -
CMYK 0 0.24 0.97 0.33
HSL 44.91º 0.94% 0.35% -
HSV(B) 44.91º 0.97% 0.67% -
XYZ 25.02 24.75 3.6 -
YUV 128.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 172 130 5 0 0.24 0.97 0.33 44.91 0.94 0.35
Hex AC 82 5 0 18 61 21 2D 5E 23
Octal 254 202 5 0 30 141 41 55 136 43
Binary 10101100 10000010 101 0 11000 1100001 100001 101101 1011110 100011

Color Harmonies of #AC8205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8205

Black with #AC8205

Text Example


Text Example

White with #AC8205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8205; }

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

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

background-color css

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

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

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

border-color css

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

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

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