#AC9D82

Color #AC9D82 Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #AC9D82

Tints of Bronco #AC9D82

Color information

#AC9D82 (or 0xAC9D82) is unknown color: approx Bronco. HEX triplet: AC, 9D and 82. RGB value is (172,157,130). Sum of RGB (Red+Green+Blue) = 172+157+130=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D82 is #53627D. Grayscale: #9E9E9E. Windows color (decimal): -5464702 or 8560044. OLE color: 8560044.

HSL color Cylindrical-coordinate representation of color #AC9D82: hue angle of 38.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9D82 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB172157130-
CMYK00.090.240.33
HSL38.57º20.19%59.22%-
HSV(B)38.57º24.42%67.45%-
XYZ33.134.526.03-
YUV158.41111.97137.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=37.47%
G=34.20%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215713000.090.240.3338.5720.1959.22
HexAC9D8209182127143b
Octal2542352020113041472473
Binary101011001001110110000010010011100010000110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D82; }

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

 H1.HeaderClassName
 {
   color: #AC9D82;
 }
 .AnyTagClassName
 {
   color: #AC9D82;
 }
</style>
background-color css

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

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

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

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

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

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