#A48A7C

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

Shades of Almond Frost #A48A7C

Tints of Almond Frost #A48A7C

Color information

#A48A7C (or 0xA48A7C) is unknown color: approx Almond Frost. HEX triplet: A4, 8A and 7C. RGB value is (164,138,124). Sum of RGB (Red+Green+Blue) = 164+138+124=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A7C is #5B7583. Grayscale: #909090. Windows color (decimal): -5993860 or 8161956. OLE color: 8161956.

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

Color convert

RGB164138124-
CMYK00.160.240.36
HSL21º18.02%56.47%-
HSV(B)21º24.39%64.31%-
XYZ28.0427.5222.9-
YUV144.18116.61142.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=38.50%
G=32.39%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413812400.160.240.362118.0256.47
HexA48A7C0101824151238
Octal2442121740203044252270
Binary10100100100010101111100010000110001001001010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A7C; }

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

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

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

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

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

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

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

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