#aa967f

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

Shades of Bronco #AA967F

Tints of Bronco #AA967F

Color information

#AA967F (or 0xAA967F) is unknown color: approx Bronco. HEX triplet: AA, 96 and 7F. RGB value is (170,150,127). Sum of RGB (Red+Green+Blue) = 170+150+127=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967F is #556980. Grayscale: #999999. Windows color (decimal): -5597569 or 8361642. OLE color: 8361642.

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

Color convert

RGB170150127-
CMYK00.120.250.33
HSL32.09º20.19%58.24%-
HSV(B)32.09º25.29%66.67%-
XYZ31.3131.8924.58-
YUV153.36113.13139.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 127 (50% from 255) = 28.41%
R=38.03%
G=33.56%
B=28.41%

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
Decimal17015012700.120.250.3332.0920.1958.24
HexAA967F0C192120143a
Octal2522261770143141402472
Binary10101010100101101111111011001100110000110000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa967f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa967f; }

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

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

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

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

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

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

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

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