#A28140

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

Shades of Alpine #A28140

Tints of Alpine #A28140

Color information

#A28140 (or 0xA28140) is unknown color: approx Alpine. HEX triplet: A2, 81 and 40. RGB value is (162,129,64). Sum of RGB (Red+Green+Blue) = 162+129+64=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A28140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28140 is #5D7EBF. Grayscale: #838383. Windows color (decimal): -6127296 or 4227490. OLE color: 4227490.

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

Color convert

RGB16212964-
CMYK00.200.600.36
HSL39.8º43.36%44.31%-
HSV(B)39.8º60.49%63.53%-
XYZ23.6823.758.19-
YUV131.4689.93149.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=45.63%
G=36.34%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621296400.200.600.3639.843.3644.31
HexA281400143C24282b2c
Octal2422011000247444505354
Binary10100010100000011000000010100111100100100101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28140; }

 p { color: rgb(162,129,64); }

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

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

 a { background-color: rgb(162,129,64); }

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

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

 span { border-color: rgb(162,129,64); }

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