#A48A79

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

Shades of Almond Frost #A48A79

Tints of Almond Frost #A48A79

Color information

#A48A79 (or 0xA48A79) is unknown color: approx Almond Frost. HEX triplet: A4, 8A and 79. RGB value is (164,138,121). Sum of RGB (Red+Green+Blue) = 164+138+121=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A79 is #5B7586. Grayscale: #8F8F8F. Windows color (decimal): -5993863 or 7965348. OLE color: 7965348.

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

Color convert

RGB164138121-
CMYK00.160.260.36
HSL23.72º19.11%55.88%-
HSV(B)23.72º26.22%64.31%-
XYZ27.8527.4521.92-
YUV143.84115.11142.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=38.77%
G=32.62%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413812100.160.260.3623.7219.1155.88
HexA48A790101A24181338
Octal2442121710203244302370
Binary10100100100010101111001010000110101001001100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A79; }

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

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

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

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

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

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

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

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