#AA9475

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

Shades of Bronco #AA9475

Tints of Bronco #AA9475

Color information

#AA9475 (or 0xAA9475) is unknown color: approx Bronco. HEX triplet: AA, 94 and 75. RGB value is (170,148,117). Sum of RGB (Red+Green+Blue) = 170+148+117=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9475 is #556B8A. Grayscale: #979797. Windows color (decimal): -5598091 or 7705770. OLE color: 7705770.

HSL color Cylindrical-coordinate representation of color #AA9475: hue angle of 35.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9475 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170148117-
CMYK00.130.310.33
HSL35.09º23.77%56.27%-
HSV(B)35.09º31.18%66.67%-
XYZ30.3831.0121.21-
YUV151.04108.79141.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=39.08%
G=34.02%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014811700.130.310.3335.0923.7756.27
HexAA94750D1F21231838
Octal2522241650153741433070
Binary10101010100101001110101011011111110000110001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9475; }

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

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

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

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

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

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

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

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