#A48373

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

Shades of Almond Frost #A48373

Tints of Almond Frost #A48373

Color information

#A48373 (or 0xA48373) is unknown color: approx Almond Frost. HEX triplet: A4, 83 and 73. RGB value is (164,131,115). Sum of RGB (Red+Green+Blue) = 164+131+115=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48373 is #5B7C8C. Grayscale: #8B8B8B. Windows color (decimal): -5995661 or 7570340. OLE color: 7570340.

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

Color convert

RGB164131115-
CMYK00.200.300.36
HSL19.59º21.21%54.71%-
HSV(B)19.59º29.88%64.31%-
XYZ26.5225.3619.72-
YUV139.04114.43145.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=40%
G=31.95%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413111500.200.300.3619.5921.2154.71
HexA483730141E24141537
Octal2442031630243644242567
Binary10100100100000111110011010100111101001001010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48373; }

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

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

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

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

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

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

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

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