#A38040

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

Shades of Alpine #A38040

Tints of Alpine #A38040

Color information

#A38040 (or 0xA38040) is unknown color: approx Alpine. HEX triplet: A3, 80 and 40. RGB value is (163,128,64). Sum of RGB (Red+Green+Blue) = 163+128+64=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A38040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38040 is #5C7FBF. Grayscale: #838383. Windows color (decimal): -6062016 or 4227235. OLE color: 4227235.

HSL color Cylindrical-coordinate representation of color #A38040: hue angle of 38.79º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A38040 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16312864-
CMYK00.210.610.36
HSL38.79º43.61%44.51%-
HSV(B)38.79º60.74%63.92%-
XYZ23.7523.68.15-
YUV131.1790.1150.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=45.92%
G=36.06%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631286400.210.610.3638.7943.6144.51
HexA380400153D24272c2d
Octal2432001000257544475455
Binary10100011100000001000000010101111101100100100111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38040; }

 p { color: rgb(163,128,64); }

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

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

 a { background-color: rgb(163,128,64); }

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

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

 span { border-color: rgb(163,128,64); }

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