#AA9883

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

Shades of Bronco #AA9883

Tints of Bronco #AA9883

Color information

#AA9883 (or 0xAA9883) is unknown color: approx Bronco. HEX triplet: AA, 98 and 83. RGB value is (170,152,131). Sum of RGB (Red+Green+Blue) = 170+152+131=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9883 is #55677C. Grayscale: #9B9B9B. Windows color (decimal): -5597053 or 8624298. OLE color: 8624298.

HSL color Cylindrical-coordinate representation of color #AA9883: hue angle of 32.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9883 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB170152131-
CMYK00.110.230.33
HSL32.31º18.66%59.02%-
HSV(B)32.31º22.94%66.67%-
XYZ31.932.6426.09-
YUV154.99114.46138.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=37.53%
G=33.55%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015213100.110.230.3332.3118.6659.02
HexAA98830B172120133b
Octal2522302030132741402373
Binary101010101001100010000011010111011110000110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9883; }

 p { color: rgb(170,152,131); }

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

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

 a { background-color: rgb(170,152,131); }

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

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

 span { border-color: rgb(170,152,131); }

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