#AA9679

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

Shades of Bronco #AA9679

Tints of Bronco #AA9679

Color information

#AA9679 (or 0xAA9679) is unknown color: approx Bronco. HEX triplet: AA, 96 and 79. RGB value is (170,150,121). Sum of RGB (Red+Green+Blue) = 170+150+121=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9679 is #556986. Grayscale: #989898. Windows color (decimal): -5597575 or 7968426. OLE color: 7968426.

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

Color convert

RGB170150121-
CMYK00.120.290.33
HSL35.51º22.37%57.06%-
HSV(B)35.51º28.82%66.67%-
XYZ30.9431.7422.58-
YUV152.67110.13140.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=38.55%
G=34.01%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015012100.120.290.3335.5122.3757.06
HexAA96790C1D21241639
Octal2522261710143541442671
Binary10101010100101101111001011001110110000110010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9679; }

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

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

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

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

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

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

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

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