#AA8A3C

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

Shades of Alpine #AA8A3C

Tints of Alpine #AA8A3C

Color information

#AA8A3C (or 0xAA8A3C) is unknown color: approx Alpine. HEX triplet: AA, 8A and 3C. RGB value is (170,138,60). Sum of RGB (Red+Green+Blue) = 170+138+60=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A3C is #5575C3. Grayscale: #8B8B8B. Windows color (decimal): -5600708 or 3967658. OLE color: 3967658.

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

Color convert

RGB17013860-
CMYK00.190.650.33
HSL42.55º47.83%45.1%-
HSV(B)42.55º64.71%66.67%-
XYZ26.4827.058.1-
YUV138.6883.6150.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=46.20%
G=37.5%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701386000.190.650.3342.5547.8345.1
HexAA8A3C01341212b302d
Octal2522127402310141536055
Binary10101010100010101111000100111000001100001101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A3C; }

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

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

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

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

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

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

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

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