#AA9979

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

Shades of Bronco #AA9979

Tints of Bronco #AA9979

Color information

#AA9979 (or 0xAA9979) is unknown color: approx Bronco. HEX triplet: AA, 99 and 79. RGB value is (170,153,121). Sum of RGB (Red+Green+Blue) = 170+153+121=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9979 is #556686. Grayscale: #9A9A9A. Windows color (decimal): -5596807 or 7969194. OLE color: 7969194.

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

Color convert

RGB170153121-
CMYK00.10.290.33
HSL39.18º22.37%57.06%-
HSV(B)39.18º28.82%66.67%-
XYZ31.4232.7122.75-
YUV154.44109.13139.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=38.29%
G=34.46%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015312100.10.290.3339.1822.3757.06
HexAA99790A1D21271639
Octal2522311710123541472671
Binary10101010100110011111001010101110110000110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9979; }

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

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

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

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

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

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

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

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