#AA967C

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

Shades of Bronco #AA967C

Tints of Bronco #AA967C

Color information

#AA967C (or 0xAA967C) is unknown color: approx Bronco. HEX triplet: AA, 96 and 7C. RGB value is (170,150,124). Sum of RGB (Red+Green+Blue) = 170+150+124=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967C is #556983. Grayscale: #999999. Windows color (decimal): -5597572 or 8165034. OLE color: 8165034.

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

Color convert

RGB170150124-
CMYK00.120.270.33
HSL33.91º21.3%57.65%-
HSV(B)33.91º27.06%66.67%-
XYZ31.1231.8123.57-
YUV153.02111.63140.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=38.29%
G=33.78%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015012400.120.270.3333.9121.357.65
HexAA967C0C1B2122153a
Octal2522261740143341422572
Binary10101010100101101111100011001101110000110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA967C; }

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

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

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

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

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

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

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

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