#AA7F3F

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

Shades of Alpine #AA7F3F

Tints of Alpine #AA7F3F

Color information

#AA7F3F (or 0xAA7F3F) is unknown color: approx Alpine. HEX triplet: AA, 7F and 3F. RGB value is (170,127,63). Sum of RGB (Red+Green+Blue) = 170+127+63=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F3F is #5580C0. Grayscale: #848484. Windows color (decimal): -5603521 or 4161450. OLE color: 4161450.

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

Color convert

RGB17012763-
CMYK00.250.630.33
HSL35.89º45.92%45.69%-
HSV(B)35.89º62.94%66.67%-
XYZ25.0624.088.03-
YUV132.5688.75154.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 63 (25% from 255) = 17.5%
R=47.22%
G=35.28%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701276300.250.630.3335.8945.9245.69
HexAA7F3F0193F21242e2e
Octal252177770317741445656
Binary101010101111111111111011001111111100001100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F3F; }

 p { color: rgb(170,127,63); }

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

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

 a { background-color: rgb(170,127,63); }

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

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

 span { border-color: rgb(170,127,63); }

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