#AA7E39

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

Shades of Alpine #AA7E39

Tints of Alpine #AA7E39

Color information

#AA7E39 (or 0xAA7E39) is unknown color: approx Alpine. HEX triplet: AA, 7E and 39. RGB value is (170,126,57). Sum of RGB (Red+Green+Blue) = 170+126+57=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E39 is #5581C6. Grayscale: #838383. Windows color (decimal): -5603783 or 3767978. OLE color: 3767978.

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

Color convert

RGB17012657-
CMYK00.260.660.33
HSL36.64º49.78%44.51%-
HSV(B)36.64º66.47%66.67%-
XYZ24.7823.767.15-
YUV131.2986.08155.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=48.16%
G=35.69%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701265700.260.660.3336.6449.7844.51
HexAA7E3901A422125322d
Octal2521767103210241456255
Binary1010101011111101110010110101000010100001100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E39; }

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

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

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

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

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

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

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

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