#AA9479

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

Shades of Bronco #AA9479

Tints of Bronco #AA9479

Color information

#AA9479 (or 0xAA9479) is unknown color: approx Bronco. HEX triplet: AA, 94 and 79. RGB value is (170,148,121). Sum of RGB (Red+Green+Blue) = 170+148+121=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9479 is #556B86. Grayscale: #979797. Windows color (decimal): -5598087 or 7967914. OLE color: 7967914.

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

Color convert

RGB170148121-
CMYK00.130.290.33
HSL33.06º22.37%57.06%-
HSV(B)33.06º28.82%66.67%-
XYZ30.6231.1122.48-
YUV151.5110.79141.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=38.72%
G=33.71%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014812100.130.290.3333.0622.3757.06
HexAA94790D1D21211639
Octal2522241710153541412671
Binary10101010100101001111001011011110110000110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9479; }

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

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

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

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

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

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

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

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