#AA9984

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

Shades of Bronco #AA9984

Tints of Bronco #AA9984

Color information

#AA9984 (or 0xAA9984) is unknown color: approx Bronco. HEX triplet: AA, 99 and 84. RGB value is (170,153,132). Sum of RGB (Red+Green+Blue) = 170+153+132=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9984 is #55667B. Grayscale: #9B9B9B. Windows color (decimal): -5596796 or 8690090. OLE color: 8690090.

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

Color convert

RGB170153132-
CMYK00.10.220.33
HSL33.16º18.27%59.22%-
HSV(B)33.16º22.35%66.67%-
XYZ32.1332.9926.5-
YUV155.69114.63138.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=37.36%
G=33.63%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015313200.10.220.3333.1618.2759.22
HexAA99840A162121123b
Octal2522312040122641412273
Binary101010101001100110000100010101011010000110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9984; }

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

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

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

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

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

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

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

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