#A48C7F

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

Shades of Almond Frost #A48C7F

Tints of Almond Frost #A48C7F

Color information

#A48C7F (or 0xA48C7F) is unknown color: approx Almond Frost. HEX triplet: A4, 8C and 7F. RGB value is (164,140,127). Sum of RGB (Red+Green+Blue) = 164+140+127=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C7F is #5B7380. Grayscale: #919191. Windows color (decimal): -5993345 or 8359076. OLE color: 8359076.

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

Color convert

RGB164140127-
CMYK00.150.230.36
HSL21.08º16.89%57.06%-
HSV(B)21.08º22.56%64.31%-
XYZ28.5228.1824.02-
YUV145.69117.45141.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 127 (50% from 255) = 29.47%
R=38.05%
G=32.48%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414012700.150.230.3621.0816.8957.06
HexA48C7F0F1724151139
Octal2442141770172744252171
Binary1010010010001100111111101111101111001001010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C7F; }

 p { color: rgb(164,140,127); }

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

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

 a { background-color: rgb(164,140,127); }

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

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

 span { border-color: rgb(164,140,127); }

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