#A48673

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

Shades of Almond Frost #A48673

Tints of Almond Frost #A48673

Color information

#A48673 (or 0xA48673) is unknown color: approx Almond Frost. HEX triplet: A4, 86 and 73. RGB value is (164,134,115). Sum of RGB (Red+Green+Blue) = 164+134+115=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48673 is #5B798C. Grayscale: #8C8C8C. Windows color (decimal): -5994893 or 7571108. OLE color: 7571108.

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

Color convert

RGB164134115-
CMYK00.180.300.36
HSL23.27º21.21%54.71%-
HSV(B)23.27º29.88%64.31%-
XYZ26.9326.1819.85-
YUV140.8113.44144.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=39.71%
G=32.45%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413411500.180.300.3623.2721.2154.71
HexA486730121E24171537
Octal2442061630223644272567
Binary10100100100001101110011010010111101001001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48673; }

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

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

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

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

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

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

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

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