#A48878

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

Shades of Almond Frost #A48878

Tints of Almond Frost #A48878

Color information

#A48878 (or 0xA48878) is unknown color: approx Almond Frost. HEX triplet: A4, 88 and 78. RGB value is (164,136,120). Sum of RGB (Red+Green+Blue) = 164+136+120=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48878 is #5B7787. Grayscale: #8E8E8E. Windows color (decimal): -5994376 or 7899300. OLE color: 7899300.

HSL color Cylindrical-coordinate representation of color #A48878: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48878 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164136120-
CMYK00.170.270.36
HSL21.82º19.47%55.69%-
HSV(B)21.82º26.83%64.31%-
XYZ27.526.8621.5-
YUV142.55115.28143.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=39.05%
G=32.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413612000.170.270.3621.8219.4755.69
HexA488780111B24161338
Octal2442101700213344262370
Binary10100100100010001111000010001110111001001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48878; }

 p { color: rgb(164,136,120); }

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

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

 a { background-color: rgb(164,136,120); }

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

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

 span { border-color: rgb(164,136,120); }

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