#AA9983

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

Shades of Bronco #AA9983

Tints of Bronco #AA9983

Color information

#AA9983 (or 0xAA9983) is unknown color: approx Bronco. HEX triplet: AA, 99 and 83. RGB value is (170,153,131). Sum of RGB (Red+Green+Blue) = 170+153+131=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9983 is #55667C. Grayscale: #9B9B9B. Windows color (decimal): -5596797 or 8624554. OLE color: 8624554.

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

Color convert

RGB170153131-
CMYK00.10.230.33
HSL33.85º18.66%59.02%-
HSV(B)33.85º22.94%66.67%-
XYZ32.0732.9726.15-
YUV155.57114.13138.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=37.44%
G=33.70%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015313100.10.230.3333.8518.6659.02
HexAA99830A172122133b
Octal2522312030122741422373
Binary101010101001100110000011010101011110000110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9983; }

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

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

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

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

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

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

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

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