#AA957D

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

Shades of Bronco #AA957D

Tints of Bronco #AA957D

Color information

#AA957D (or 0xAA957D) is unknown color: approx Bronco. HEX triplet: AA, 95 and 7D. RGB value is (170,149,125). Sum of RGB (Red+Green+Blue) = 170+149+125=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957D is #556A82. Grayscale: #989898. Windows color (decimal): -5597827 or 8230314. OLE color: 8230314.

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

Color convert

RGB170149125-
CMYK00.120.260.33
HSL32º20.93%57.84%-
HSV(B)32º26.47%66.67%-
XYZ31.0331.5223.85-
YUV152.54112.46140.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=38.29%
G=33.56%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014912500.120.260.333220.9357.84
HexAA957D0C1A2120153a
Octal2522251750143241402572
Binary10101010100101011111101011001101010000110000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA957D; }

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

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

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

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

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

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

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

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