#AA883E

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

Shades of Alpine #AA883E

Tints of Alpine #AA883E

Color information

#AA883E (or 0xAA883E) is unknown color: approx Alpine. HEX triplet: AA, 88 and 3E. RGB value is (170,136,62). Sum of RGB (Red+Green+Blue) = 170+136+62=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA883E is #5577C1. Grayscale: #8A8A8A. Windows color (decimal): -5601218 or 4098218. OLE color: 4098218.

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

Color convert

RGB17013662-
CMYK00.200.640.33
HSL41.11º46.55%45.49%-
HSV(B)41.11º63.53%66.67%-
XYZ26.2526.58.29-
YUV137.7385.26151.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=46.20%
G=36.96%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701366200.200.640.3341.1146.5545.49
HexAA883E0144021292f2d
Octal2522107602410041515755
Binary10101010100010001111100101001000000100001101001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA883E; }

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

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

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

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

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

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

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

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