#AA8B3B

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

Shades of Alpine #AA8B3B

Tints of Alpine #AA8B3B

Color information

#AA8B3B (or 0xAA8B3B) is unknown color: approx Alpine. HEX triplet: AA, 8B and 3B. RGB value is (170,139,59). Sum of RGB (Red+Green+Blue) = 170+139+59=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B3B is #5574C4. Grayscale: #8B8B8B. Windows color (decimal): -5600453 or 3902378. OLE color: 3902378.

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

Color convert

RGB17013959-
CMYK00.180.650.33
HSL43.24º48.47%44.9%-
HSV(B)43.24º65.29%66.67%-
XYZ26.627.338.01-
YUV139.1582.77150-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=46.20%
G=37.77%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701395900.180.650.3343.2448.4744.9
HexAA8B3B01241212b302d
Octal2522137302210141536055
Binary10101010100010111110110100101000001100001101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B3B; }

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

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

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

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

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

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

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

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