#AA883B

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

Shades of Alpine #AA883B

Tints of Alpine #AA883B

Color information

#AA883B (or 0xAA883B) is unknown color: approx Alpine. HEX triplet: AA, 88 and 3B. RGB value is (170,136,59). Sum of RGB (Red+Green+Blue) = 170+136+59=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA883B is #5577C4. Grayscale: #898989. Windows color (decimal): -5601221 or 3901610. OLE color: 3901610.

HSL color Cylindrical-coordinate representation of color #AA883B: hue angle of 41.62º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA883B is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17013659-
CMYK00.200.650.33
HSL41.62º48.47%44.9%-
HSV(B)41.62º65.29%66.67%-
XYZ26.1726.477.87-
YUV137.3983.76151.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 59 (23.44% from 255) = 16.16%
R=46.58%
G=37.26%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701365900.200.650.3341.6248.4744.9
HexAA883B01441212a302d
Octal2522107302410141526055
Binary10101010100010001110110101001000001100001101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA883B; }

 p { color: rgb(170,136,59); }

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

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

 a { background-color: rgb(170,136,59); }

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

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

 span { border-color: rgb(170,136,59); }

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