#AA957F

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

Shades of Bronco #AA957F

Tints of Bronco #AA957F

Color information

#AA957F (or 0xAA957F) is unknown color: approx Bronco. HEX triplet: AA, 95 and 7F. RGB value is (170,149,127). Sum of RGB (Red+Green+Blue) = 170+149+127=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957F is #556A80. Grayscale: #989898. Windows color (decimal): -5597825 or 8361386. OLE color: 8361386.

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

Color convert

RGB170149127-
CMYK00.120.250.33
HSL30.7º20.19%58.24%-
HSV(B)30.7º25.29%66.67%-
XYZ31.1631.5724.53-
YUV152.77113.46140.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 127 (50% from 255) = 28.48%
R=38.12%
G=33.41%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014912700.120.250.3330.720.1958.24
HexAA957F0C19211f143a
Octal2522251770143141372472
Binary1010101010010101111111101100110011000011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA957F; }

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

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

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

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

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

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

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

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