#A88340

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

Shades of Alpine #A88340

Tints of Alpine #A88340

Color information

#A88340 (or 0xA88340) is unknown color: approx Alpine. HEX triplet: A8, 83 and 40. RGB value is (168,131,64). Sum of RGB (Red+Green+Blue) = 168+131+64=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A88340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88340 is #577CBF. Grayscale: #868686. Windows color (decimal): -5733568 or 4228008. OLE color: 4228008.

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

Color convert

RGB16813164-
CMYK00.220.620.34
HSL38.65º44.83%45.49%-
HSV(B)38.65º61.9%65.88%-
XYZ25.1924.938.33-
YUV134.4288.26151.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=46.28%
G=36.09%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681316400.220.620.3438.6544.8345.49
HexA883400163E22272d2d
Octal2502031000267642475555
Binary10101000100000111000000010110111110100010100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88340; }

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

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

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

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

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

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

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

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