#A28271

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

Shades of Almond Frost #A28271

Tints of Almond Frost #A28271

Color information

#A28271 (or 0xA28271) is unknown color: approx Almond Frost. HEX triplet: A2, 82 and 71. RGB value is (162,130,113). Sum of RGB (Red+Green+Blue) = 162+130+113=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A28271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28271 is #5D7D8E. Grayscale: #898989. Windows color (decimal): -6126991 or 7439010. OLE color: 7439010.

HSL color Cylindrical-coordinate representation of color #A28271: hue angle of 20.82º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28271 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162130113-
CMYK00.200.300.36
HSL20.82º20.85%53.92%-
HSV(B)20.82º30.25%63.53%-
XYZ25.8624.8419.05-
YUV137.63114.1145.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=40%
G=32.10%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213011300.200.300.3620.8220.8553.92
HexA282710141E24151536
Octal2422021610243644252566
Binary10100010100000101110001010100111101001001010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28271; }

 p { color: rgb(162,130,113); }

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

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

 a { background-color: rgb(162,130,113); }

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

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

 span { border-color: rgb(162,130,113); }

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