#A48B7C

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

Shades of Almond Frost #A48B7C

Tints of Almond Frost #A48B7C

Color information

#A48B7C (or 0xA48B7C) is unknown color: approx Almond Frost. HEX triplet: A4, 8B and 7C. RGB value is (164,139,124). Sum of RGB (Red+Green+Blue) = 164+139+124=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B7C is #5B7483. Grayscale: #909090. Windows color (decimal): -5993604 or 8162212. OLE color: 8162212.

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

Color convert

RGB164139124-
CMYK00.150.240.36
HSL22.5º18.02%56.47%-
HSV(B)22.5º24.39%64.31%-
XYZ28.1827.8122.95-
YUV144.76116.28141.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=38.41%
G=32.55%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413912400.150.240.3622.518.0256.47
HexA48B7C0F1824171238
Octal2442131740173044272270
Binary1010010010001011111110001111110001001001011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B7C; }

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

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

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

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

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

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

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

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