#AC9B82

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

Shades of Bronco #AC9B82

Tints of Bronco #AC9B82

Color information

#AC9B82 (or 0xAC9B82) is unknown color: approx Bronco. HEX triplet: AC, 9B and 82. RGB value is (172,155,130). Sum of RGB (Red+Green+Blue) = 172+155+130=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B82 is #53647D. Grayscale: #9D9D9D. Windows color (decimal): -5465214 or 8559532. OLE color: 8559532.

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

Color convert

RGB172155130-
CMYK00.100.240.33
HSL35.71º20.19%59.22%-
HSV(B)35.71º24.42%67.45%-
XYZ32.7633.8325.92-
YUV157.23112.63138.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=37.64%
G=33.92%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215513000.100.240.3335.7120.1959.22
HexAC9B820A182124143b
Octal2542332020123041442473
Binary101011001001101110000010010101100010000110010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B82; }

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

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

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

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

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

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

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

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