#AA947A

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

Shades of Bronco #AA947A

Tints of Bronco #AA947A

Color information

#AA947A (or 0xAA947A) is unknown color: approx Bronco. HEX triplet: AA, 94 and 7A. RGB value is (170,148,122). Sum of RGB (Red+Green+Blue) = 170+148+122=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947A is #556B85. Grayscale: #979797. Windows color (decimal): -5598086 or 8033450. OLE color: 8033450.

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

Color convert

RGB170148122-
CMYK00.130.280.33
HSL32.5º22.02%57.25%-
HSV(B)32.5º28.24%66.67%-
XYZ30.6831.1322.8-
YUV151.61111.29141.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=38.64%
G=33.64%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014812200.130.280.3332.522.0257.25
HexAA947A0D1C21211639
Octal2522241720153441412671
Binary10101010100101001111010011011110010000110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA947A; }

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

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

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

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

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

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

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

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