#AA843B

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

Shades of Alpine #AA843B

Tints of Alpine #AA843B

Color information

#AA843B (or 0xAA843B) is unknown color: approx Alpine. HEX triplet: AA, 84 and 3B. RGB value is (170,132,59). Sum of RGB (Red+Green+Blue) = 170+132+59=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA843B is #557BC4. Grayscale: #878787. Windows color (decimal): -5602245 or 3900586. OLE color: 3900586.

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

Color convert

RGB17013259-
CMYK00.220.650.33
HSL39.46º48.47%44.9%-
HSV(B)39.46º65.29%66.67%-
XYZ25.6225.367.68-
YUV135.0485.09152.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=47.09%
G=36.57%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701325900.220.650.3339.4648.4744.9
HexAA843B016412127302d
Octal2522047302610141476055
Binary10101010100001001110110101101000001100001100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA843B; }

 p { color: rgb(170,132,59); }

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

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

 a { background-color: rgb(170,132,59); }

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

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

 span { border-color: rgb(170,132,59); }

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