#A28978

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

Shades of Almond Frost #A28978

Tints of Almond Frost #A28978

Color information

#A28978 (or 0xA28978) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 78. RGB value is (162,137,120). Sum of RGB (Red+Green+Blue) = 162+137+120=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A28978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28978 is #5D7687. Grayscale: #8E8E8E. Windows color (decimal): -6125192 or 7899554. OLE color: 7899554.

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

Color convert

RGB162137120-
CMYK00.150.260.36
HSL24.29º18.42%55.29%-
HSV(B)24.29º25.93%63.53%-
XYZ27.2426.9321.53-
YUV142.54115.28141.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=38.66%
G=32.70%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213712000.150.260.3624.2918.4255.29
HexA289780F1A24181237
Octal2422111700173244302267
Binary1010001010001001111100001111110101001001100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28978; }

 p { color: rgb(162,137,120); }

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

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

 a { background-color: rgb(162,137,120); }

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

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

 span { border-color: rgb(162,137,120); }

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