#A38038

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

Shades of Alpine #A38038

Tints of Alpine #A38038

Color information

#A38038 (or 0xA38038) is unknown color: approx Alpine. HEX triplet: A3, 80 and 38. RGB value is (163,128,56). Sum of RGB (Red+Green+Blue) = 163+128+56=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A38038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38038 is #5C7FC7. Grayscale: #828282. Windows color (decimal): -6062024 or 3702947. OLE color: 3702947.

HSL color Cylindrical-coordinate representation of color #A38038: hue angle of 40.37º 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 #A38038 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16312856-
CMYK00.210.660.36
HSL40.37º48.86%42.94%-
HSV(B)40.37º65.64%63.92%-
XYZ23.5423.517.04-
YUV130.2686.1151.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=46.97%
G=36.89%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631285600.210.660.3640.3748.8642.94
HexA38038015422428312b
Octal2432007002510244506153
Binary10100011100000001110000101011000010100100101000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38038; }

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

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

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

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

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

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

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

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