#A27F40

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

Shades of Alpine #A27F40

Tints of Alpine #A27F40

Color information

#A27F40 (or 0xA27F40) is unknown color: approx Alpine. HEX triplet: A2, 7F and 40. RGB value is (162,127,64). Sum of RGB (Red+Green+Blue) = 162+127+64=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F40 is #5D80BF. Grayscale: #828282. Windows color (decimal): -6127808 or 4226978. OLE color: 4226978.

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

Color convert

RGB16212764-
CMYK00.220.600.36
HSL38.57º43.36%44.31%-
HSV(B)38.57º60.49%63.53%-
XYZ23.4223.238.1-
YUV130.2890.6150.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=45.89%
G=35.98%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621276400.220.600.3638.5743.3644.31
HexA27F400163C24272b2c
Octal2421771000267444475354
Binary1010001011111111000000010110111100100100100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F40; }

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

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

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

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

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

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

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

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