#AA987B

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

Shades of Bronco #AA987B

Tints of Bronco #AA987B

Color information

#AA987B (or 0xAA987B) is unknown color: approx Bronco. HEX triplet: AA, 98 and 7B. RGB value is (170,152,123). Sum of RGB (Red+Green+Blue) = 170+152+123=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987B is #556784. Grayscale: #9A9A9A. Windows color (decimal): -5597061 or 8100010. OLE color: 8100010.

HSL color Cylindrical-coordinate representation of color #AA987B: hue angle of 37.02º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA987B is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB170152123-
CMYK00.110.280.33
HSL37.02º21.66%57.45%-
HSV(B)37.02º27.65%66.67%-
XYZ31.3832.4323.35-
YUV154.08110.46139.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=38.20%
G=34.16%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015212300.110.280.3337.0221.6657.45
HexAA987B0B1C21251639
Octal2522301730133441452671
Binary10101010100110001111011010111110010000110010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA987B; }

 p { color: rgb(170,152,123); }

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

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

 a { background-color: rgb(170,152,123); }

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

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

 span { border-color: rgb(170,152,123); }

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