#AC9B81

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

Shades of Bronco #AC9B81

Tints of Bronco #AC9B81

Color information

#AC9B81 (or 0xAC9B81) is unknown color: approx Bronco. HEX triplet: AC, 9B and 81. RGB value is (172,155,129). Sum of RGB (Red+Green+Blue) = 172+155+129=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B81 is #53647E. Grayscale: #9D9D9D. Windows color (decimal): -5465215 or 8493996. OLE color: 8493996.

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

Color convert

RGB172155129-
CMYK00.100.250.33
HSL36.28º20.57%59.02%-
HSV(B)36.28º25%67.45%-
XYZ32.733.825.57-
YUV157.12112.13138.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 129 (50.78% from 255) = 28.29%
R=37.72%
G=33.99%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215512900.100.250.3336.2820.5759.02
HexAC9B810A192124153b
Octal2542332010123141442573
Binary101011001001101110000001010101100110000110010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B81; }

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

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

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

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

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

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

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

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