#AA947C

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

Shades of Bronco #AA947C

Tints of Bronco #AA947C

Color information

#AA947C (or 0xAA947C) is unknown color: approx Bronco. HEX triplet: AA, 94 and 7C. RGB value is (170,148,124). Sum of RGB (Red+Green+Blue) = 170+148+124=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947C is #556B83. Grayscale: #979797. Windows color (decimal): -5598084 or 8164522. OLE color: 8164522.

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

Color convert

RGB170148124-
CMYK00.130.270.33
HSL31.3º21.3%57.65%-
HSV(B)31.3º27.06%66.67%-
XYZ30.8131.1823.46-
YUV151.84112.29140.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=38.46%
G=33.48%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014812400.130.270.3331.321.357.65
HexAA947C0D1B211f153a
Octal2522241740153341372572
Binary1010101010010100111110001101110111000011111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA947C; }

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

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

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

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

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

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

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

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