#AA8636

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

Shades of Alpine #AA8636

Tints of Alpine #AA8636

Color information

#AA8636 (or 0xAA8636) is unknown color: approx Alpine. HEX triplet: AA, 86 and 36. RGB value is (170,134,54). Sum of RGB (Red+Green+Blue) = 170+134+54=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8636 is #5579C9. Grayscale: #888888. Windows color (decimal): -5601738 or 3573418. OLE color: 3573418.

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

Color convert

RGB17013454-
CMYK00.210.680.33
HSL41.38º51.79%43.92%-
HSV(B)41.38º68.24%66.67%-
XYZ25.7725.867.12-
YUV135.6481.93152.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=47.49%
G=37.43%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701345400.210.680.3341.3851.7943.92
HexAA8636015442129342c
Octal2522066602510441516454
Binary10101010100001101101100101011000100100001101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8636; }

 p { color: rgb(170,134,54); }

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

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

 a { background-color: rgb(170,134,54); }

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

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

 span { border-color: rgb(170,134,54); }

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