#AA8138

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

Shades of Alpine #AA8138

Tints of Alpine #AA8138

Color information

#AA8138 (or 0xAA8138) is unknown color: approx Alpine. HEX triplet: AA, 81 and 38. RGB value is (170,129,56). Sum of RGB (Red+Green+Blue) = 170+129+56=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8138 is #557EC7. Grayscale: #858585. Windows color (decimal): -5603016 or 3703210. OLE color: 3703210.

HSL color Cylindrical-coordinate representation of color #AA8138: hue angle of 38.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA8138 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17012956-
CMYK00.240.670.33
HSL38.42º50.44%44.31%-
HSV(B)38.42º67.06%66.67%-
XYZ25.1424.537.15-
YUV132.9484.58154.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=47.89%
G=36.34%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701295600.240.670.3338.4250.4444.31
HexAA8138018432126322c
Octal2522017003010341466254
Binary10101010100000011110000110001000011100001100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8138; }

 p { color: rgb(170,129,56); }

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

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

 a { background-color: rgb(170,129,56); }

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

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

 span { border-color: rgb(170,129,56); }

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