#A38238

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

Shades of Alpine #A38238

Tints of Alpine #A38238

Color information

#A38238 (or 0xA38238) is unknown color: approx Alpine. HEX triplet: A3, 82 and 38. RGB value is (163,130,56). Sum of RGB (Red+Green+Blue) = 163+130+56=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A38238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38238 is #5C7DC7. Grayscale: #838383. Windows color (decimal): -6061512 or 3703459. OLE color: 3703459.

HSL color Cylindrical-coordinate representation of color #A38238: hue angle of 41.5º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A38238 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16313056-
CMYK00.200.660.36
HSL41.5º48.86%42.94%-
HSV(B)41.5º65.64%63.92%-
XYZ23.824.047.13-
YUV131.4385.43150.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=46.70%
G=37.25%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631305600.200.660.3641.548.8642.94
HexA38238014422429312b
Octal2432027002410244516153
Binary10100011100000101110000101001000010100100101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38238; }

 p { color: rgb(163,130,56); }

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

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

 a { background-color: rgb(163,130,56); }

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

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

 span { border-color: rgb(163,130,56); }

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