#AA9478

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

Shades of Bronco #AA9478

Tints of Bronco #AA9478

Color information

#AA9478 (or 0xAA9478) is unknown color: approx Bronco. HEX triplet: AA, 94 and 78. RGB value is (170,148,120). Sum of RGB (Red+Green+Blue) = 170+148+120=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9478 is #556B87. Grayscale: #979797. Windows color (decimal): -5598088 or 7902378. OLE color: 7902378.

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

Color convert

RGB170148120-
CMYK00.130.290.33
HSL33.6º22.73%56.86%-
HSV(B)33.6º29.41%66.67%-
XYZ30.5631.0822.16-
YUV151.39110.29141.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=38.81%
G=33.79%
B=27.40%

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
Decimal17014812000.130.290.3333.622.7356.86
HexAA94780D1D21221739
Octal2522241700153541422771
Binary10101010100101001111000011011110110000110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9478; }

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

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

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

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

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

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

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

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