#A48573

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

Shades of Almond Frost #A48573

Tints of Almond Frost #A48573

Color information

#A48573 (or 0xA48573) is unknown color: approx Almond Frost. HEX triplet: A4, 85 and 73. RGB value is (164,133,115). Sum of RGB (Red+Green+Blue) = 164+133+115=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48573 is #5B7A8C. Grayscale: #8C8C8C. Windows color (decimal): -5995149 or 7570852. OLE color: 7570852.

HSL color Cylindrical-coordinate representation of color #A48573: hue angle of 22.04º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48573 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164133115-
CMYK00.190.300.36
HSL22.04º21.21%54.71%-
HSV(B)22.04º29.88%64.31%-
XYZ26.7925.9119.81-
YUV140.22113.77144.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=39.81%
G=32.28%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413311500.190.300.3622.0421.2154.71
HexA485730131E24161537
Octal2442051630233644262567
Binary10100100100001011110011010011111101001001011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48573; }

 p { color: rgb(164,133,115); }

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

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

 a { background-color: rgb(164,133,115); }

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

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

 span { border-color: rgb(164,133,115); }

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