#AA8533

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

Shades of Alpine #AA8533

Tints of Alpine #AA8533

Color information

#AA8533 (or 0xAA8533) is unknown color: approx Alpine. HEX triplet: AA, 85 and 33. RGB value is (170,133,51). Sum of RGB (Red+Green+Blue) = 170+133+51=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8533 is #557ACC. Grayscale: #878787. Windows color (decimal): -5601997 or 3376554. OLE color: 3376554.

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

Color convert

RGB17013351-
CMYK00.220.70.33
HSL41.34º53.85%43.33%-
HSV(B)41.34º70%66.67%-
XYZ25.5625.566.72-
YUV134.7280.76153.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=48.02%
G=37.57%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701335100.220.70.3341.3453.8543.33
HexAA8533016462129362b
Octal2522056302610641516653
Binary10101010100001011100110101101000110100001101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8533; }

 p { color: rgb(170,133,51); }

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

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

 a { background-color: rgb(170,133,51); }

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

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

 span { border-color: rgb(170,133,51); }

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