#AA7E38

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

Shades of Alpine #AA7E38

Tints of Alpine #AA7E38

Color information

#AA7E38 (or 0xAA7E38) is unknown color: approx Alpine. HEX triplet: AA, 7E and 38. RGB value is (170,126,56). Sum of RGB (Red+Green+Blue) = 170+126+56=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E38 is #5581C7. Grayscale: #838383. Windows color (decimal): -5603784 or 3702442. OLE color: 3702442.

HSL color Cylindrical-coordinate representation of color #AA7E38: hue angle of 36.84º 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 #AA7E38 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17012656-
CMYK00.260.670.33
HSL36.84º50.44%44.31%-
HSV(B)36.84º67.06%66.67%-
XYZ24.7523.757.02-
YUV131.1885.58155.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=48.30%
G=35.80%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701265600.260.670.3336.8450.4444.31
HexAA7E3801A432125322c
Octal2521767003210341456254
Binary1010101011111101110000110101000011100001100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E38; }

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

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

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

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

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

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

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

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