#AA7E40

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

Shades of Alpine #AA7E40

Tints of Alpine #AA7E40

Color information

#AA7E40 (or 0xAA7E40) is unknown color: approx Alpine. HEX triplet: AA, 7E and 40. RGB value is (170,126,64). Sum of RGB (Red+Green+Blue) = 170+126+64=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E40 is #5581BF. Grayscale: #848484. Windows color (decimal): -5603776 or 4226730. OLE color: 4226730.

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

Color convert

RGB17012664-
CMYK00.260.620.33
HSL35.09º45.3%45.88%-
HSV(B)35.09º62.35%66.67%-
XYZ24.9623.848.14-
YUV132.0989.58155.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=47.22%
G=35%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701266400.260.620.3335.0945.345.88
HexAA7E4001A3E21232d2e
Octal2521761000327641435556
Binary1010101011111101000000011010111110100001100011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E40; }

 p { color: rgb(170,126,64); }

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

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

 a { background-color: rgb(170,126,64); }

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

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

 span { border-color: rgb(170,126,64); }

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