#AA997F

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

Shades of Bronco #AA997F

Tints of Bronco #AA997F

Color information

#AA997F (or 0xAA997F) is unknown color: approx Bronco. HEX triplet: AA, 99 and 7F. RGB value is (170,153,127). Sum of RGB (Red+Green+Blue) = 170+153+127=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA997F is #556680. Grayscale: #9B9B9B. Windows color (decimal): -5596801 or 8362410. OLE color: 8362410.

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

Color convert

RGB170153127-
CMYK00.10.250.33
HSL36.28º20.19%58.24%-
HSV(B)36.28º25.29%66.67%-
XYZ31.832.8624.75-
YUV155.12112.13138.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 127 (50% from 255) = 28.22%
R=37.78%
G=34%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015312700.10.250.3336.2820.1958.24
HexAA997F0A192124143a
Octal2522311770123141442472
Binary10101010100110011111111010101100110000110010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA997F; }

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

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

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

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

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

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

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

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