#A28880

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

Shades of Almond Frost #A28880

Tints of Almond Frost #A28880

Color information

#A28880 (or 0xA28880) is unknown color: approx Almond Frost. HEX triplet: A2, 88 and 80. RGB value is (162,136,128). Sum of RGB (Red+Green+Blue) = 162+136+128=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28880 is #5D777F. Grayscale: #8E8E8E. Windows color (decimal): -6125440 or 8423586. OLE color: 8423586.

HSL color Cylindrical-coordinate representation of color #A28880: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28880 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB162136128-
CMYK00.160.210.36
HSL14.12º15.45%56.86%-
HSV(B)14.12º20.99%63.53%-
XYZ27.626.8524.15-
YUV142.86119.61141.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=38.03%
G=31.92%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213612800.160.210.3614.1215.4556.86
HexA288800101524ef39
Octal2422102000202544161771
Binary1010001010001000100000000100001010110010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28880; }

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

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

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

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

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

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

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

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