#A88336

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

Shades of Alpine #A88336

Tints of Alpine #A88336

Color information

#A88336 (or 0xA88336) is unknown color: approx Alpine. HEX triplet: A8, 83 and 36. RGB value is (168,131,54). Sum of RGB (Red+Green+Blue) = 168+131+54=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A88336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88336 is #577CC9. Grayscale: #858585. Windows color (decimal): -5733578 or 3572648. OLE color: 3572648.

HSL color Cylindrical-coordinate representation of color #A88336: hue angle of 40.53º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A88336 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16813154-
CMYK00.220.680.34
HSL40.53º51.35%43.53%-
HSV(B)40.53º67.86%65.88%-
XYZ24.9324.826.97-
YUV133.2883.26152.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=47.59%
G=37.11%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681315400.220.680.3440.5351.3543.53
HexA88336016442229332c
Octal2502036602610442516354
Binary10101000100000111101100101101000100100010101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88336; }

 p { color: rgb(168,131,54); }

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

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

 a { background-color: rgb(168,131,54); }

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

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

 span { border-color: rgb(168,131,54); }

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