#AA997B

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

Shades of Bronco #AA997B

Tints of Bronco #AA997B

Color information

#AA997B (or 0xAA997B) is unknown color: approx Bronco. HEX triplet: AA, 99 and 7B. RGB value is (170,153,123). Sum of RGB (Red+Green+Blue) = 170+153+123=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA997B is #556684. Grayscale: #9A9A9A. Windows color (decimal): -5596805 or 8100266. OLE color: 8100266.

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

Color convert

RGB170153123-
CMYK00.10.280.33
HSL38.3º21.66%57.45%-
HSV(B)38.3º27.65%66.67%-
XYZ31.5432.7623.4-
YUV154.66110.13138.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=38.12%
G=34.30%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015312300.10.280.3338.321.6657.45
HexAA997B0A1C21261639
Octal2522311730123441462671
Binary10101010100110011111011010101110010000110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA997B; }

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

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

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

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

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

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

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

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