#AA7E3C

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

Shades of Alpine #AA7E3C

Tints of Alpine #AA7E3C

Color information

#AA7E3C (or 0xAA7E3C) is unknown color: approx Alpine. HEX triplet: AA, 7E and 3C. RGB value is (170,126,60). Sum of RGB (Red+Green+Blue) = 170+126+60=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E3C is #5581C3. Grayscale: #838383. Windows color (decimal): -5603780 or 3964586. OLE color: 3964586.

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

Color convert

RGB17012660-
CMYK00.260.650.33
HSL36º47.83%45.1%-
HSV(B)36º64.71%66.67%-
XYZ24.8523.797.56-
YUV131.6387.58155.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=47.75%
G=35.39%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701266000.260.650.333647.8345.1
HexAA7E3C01A412124302d
Octal2521767403210141446055
Binary1010101011111101111000110101000001100001100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E3C; }

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

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

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

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

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

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

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

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