#A48B79

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

Shades of Almond Frost #A48B79

Tints of Almond Frost #A48B79

Color information

#A48B79 (or 0xA48B79) is unknown color: approx Almond Frost. HEX triplet: A4, 8B and 79. RGB value is (164,139,121). Sum of RGB (Red+Green+Blue) = 164+139+121=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B79 is #5B7486. Grayscale: #909090. Windows color (decimal): -5993607 or 7965604. OLE color: 7965604.

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

Color convert

RGB164139121-
CMYK00.150.260.36
HSL25.12º19.11%55.88%-
HSV(B)25.12º26.22%64.31%-
XYZ27.9927.7421.97-
YUV144.42114.78141.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=38.68%
G=32.78%
B=28.54%

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
Decimal16413912100.150.260.3625.1219.1155.88
HexA48B790F1A24191338
Octal2442131710173244312370
Binary1010010010001011111100101111110101001001100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B79; }

 p { color: rgb(164,139,121); }

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

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

 a { background-color: rgb(164,139,121); }

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

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

 span { border-color: rgb(164,139,121); }

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