#AA957B

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

Shades of Bronco #AA957B

Tints of Bronco #AA957B

Color information

#AA957B (or 0xAA957B) is unknown color: approx Bronco. HEX triplet: AA, 95 and 7B. RGB value is (170,149,123). Sum of RGB (Red+Green+Blue) = 170+149+123=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957B is #556A84. Grayscale: #989898. Windows color (decimal): -5597829 or 8099242. OLE color: 8099242.

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

Color convert

RGB170149123-
CMYK00.120.280.33
HSL33.19º21.66%57.45%-
HSV(B)33.19º27.65%66.67%-
XYZ30.931.4723.18-
YUV152.32111.46140.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=38.46%
G=33.71%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014912300.120.280.3333.1921.6657.45
HexAA957B0C1C21211639
Octal2522251730143441412671
Binary10101010100101011111011011001110010000110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA957B; }

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

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

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

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

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

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

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

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