#AA967D

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

Shades of Bronco #AA967D

Tints of Bronco #AA967D

Color information

#AA967D (or 0xAA967D) is unknown color: approx Bronco. HEX triplet: AA, 96 and 7D. RGB value is (170,150,125). Sum of RGB (Red+Green+Blue) = 170+150+125=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967D is #556982. Grayscale: #999999. Windows color (decimal): -5597571 or 8230570. OLE color: 8230570.

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

Color convert

RGB170150125-
CMYK00.120.260.33
HSL33.33º20.93%57.84%-
HSV(B)33.33º26.47%66.67%-
XYZ31.1931.8423.9-
YUV153.13112.13140.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=38.20%
G=33.71%
B=28.09%

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
Decimal17015012500.120.260.3333.3320.9357.84
HexAA967D0C1A2121153a
Octal2522261750143241412572
Binary10101010100101101111101011001101010000110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA967D; }

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

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

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

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

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

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

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

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