#AA987D

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

Shades of Bronco #AA987D

Tints of Bronco #AA987D

Color information

#AA987D (or 0xAA987D) is unknown color: approx Bronco. HEX triplet: AA, 98 and 7D. RGB value is (170,152,125). Sum of RGB (Red+Green+Blue) = 170+152+125=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987D is #556782. Grayscale: #9A9A9A. Windows color (decimal): -5597059 or 8231082. OLE color: 8231082.

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

Color convert

RGB170152125-
CMYK00.110.260.33
HSL36º20.93%57.84%-
HSV(B)36º26.47%66.67%-
XYZ31.5132.4824.01-
YUV154.3111.46139.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=38.03%
G=34.00%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015212500.110.260.333620.9357.84
HexAA987D0B1A2124153a
Octal2522301750133241442572
Binary10101010100110001111101010111101010000110010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA987D; }

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

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

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

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

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

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

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

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