#A88138

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

Shades of Alpine #A88138

Tints of Alpine #A88138

Color information

#A88138 (or 0xA88138) is unknown color: approx Alpine. HEX triplet: A8, 81 and 38. RGB value is (168,129,56). Sum of RGB (Red+Green+Blue) = 168+129+56=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A88138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88138 is #577EC7. Grayscale: #848484. Windows color (decimal): -5734088 or 3703208. OLE color: 3703208.

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

Color convert

RGB16812956-
CMYK00.230.670.34
HSL39.11º50%43.92%-
HSV(B)39.11º66.67%65.88%-
XYZ24.7124.317.13-
YUV132.3484.92153.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=47.59%
G=36.54%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681295600.230.670.3439.115043.92
HexA88138017432227322c
Octal2502017002710342476254
Binary10101000100000011110000101111000011100010100111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88138; }

 p { color: rgb(168,129,56); }

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

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

 a { background-color: rgb(168,129,56); }

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

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

 span { border-color: rgb(168,129,56); }

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