#A28041

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

Shades of Alpine #A28041

Tints of Alpine #A28041

Color information

#A28041 (or 0xA28041) is unknown color: approx Alpine. HEX triplet: A2, 80 and 41. RGB value is (162,128,65). Sum of RGB (Red+Green+Blue) = 162+128+65=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A28041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28041 is #5D7FBE. Grayscale: #838383. Windows color (decimal): -6127551 or 4292770. OLE color: 4292770.

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

Color convert

RGB16212865-
CMYK00.210.600.36
HSL38.97º42.73%44.51%-
HSV(B)38.97º59.88%63.53%-
XYZ23.5723.58.29-
YUV130.9890.76150.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=45.63%
G=36.06%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621286500.210.600.3638.9742.7344.51
HexA280410153C24272b2d
Octal2422001010257444475355
Binary10100010100000001000001010101111100100100100111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28041; }

 p { color: rgb(162,128,65); }

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

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

 a { background-color: rgb(162,128,65); }

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

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

 span { border-color: rgb(162,128,65); }

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