#A28D80

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

Shades of Almond Frost #A28D80

Tints of Almond Frost #A28D80

Color information

#A28D80 (or 0xA28D80) is unknown color: approx Almond Frost. HEX triplet: A2, 8D and 80. RGB value is (162,141,128). Sum of RGB (Red+Green+Blue) = 162+141+128=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D80 is #5D727F. Grayscale: #919191. Windows color (decimal): -6124160 or 8424866. OLE color: 8424866.

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

Color convert

RGB162141128-
CMYK00.130.210.36
HSL22.94º15.45%56.86%-
HSV(B)22.94º20.99%63.53%-
XYZ28.3228.2924.39-
YUV145.8117.96139.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=37.59%
G=32.71%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214112800.130.210.3622.9415.4556.86
HexA28D800D152417f39
Octal2422152000152544271771
Binary1010001010001101100000000110110101100100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D80; }

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

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

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

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

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

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

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

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