#AA957A

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

Shades of Bronco #AA957A

Tints of Bronco #AA957A

Color information

#AA957A (or 0xAA957A) is unknown color: approx Bronco. HEX triplet: AA, 95 and 7A. RGB value is (170,149,122). Sum of RGB (Red+Green+Blue) = 170+149+122=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957A is #556A85. Grayscale: #989898. Windows color (decimal): -5597830 or 8033706. OLE color: 8033706.

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

Color convert

RGB170149122-
CMYK00.120.280.33
HSL33.75º22.02%57.25%-
HSV(B)33.75º28.24%66.67%-
XYZ30.8431.4522.86-
YUV152.2110.96140.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=38.55%
G=33.79%
B=27.66%

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
Decimal17014912200.120.280.3333.7522.0257.25
HexAA957A0C1C21221639
Octal2522251720143441422671
Binary10101010100101011111010011001110010000110001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA957A; }

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

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

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

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

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

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

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

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