#A48676

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

Shades of Almond Frost #A48676

Tints of Almond Frost #A48676

Color information

#A48676 (or 0xA48676) is unknown color: approx Almond Frost. HEX triplet: A4, 86 and 76. RGB value is (164,134,118). Sum of RGB (Red+Green+Blue) = 164+134+118=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48676 is #5B7989. Grayscale: #8D8D8D. Windows color (decimal): -5994890 or 7767716. OLE color: 7767716.

HSL color Cylindrical-coordinate representation of color #A48676: hue angle of 20.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A48676 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164134118-
CMYK00.180.280.36
HSL20.87º20.18%55.29%-
HSV(B)20.87º28.05%64.31%-
XYZ27.126.2520.78-
YUV141.15114.94144.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=39.42%
G=32.21%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413411800.180.280.3620.8720.1855.29
HexA486760121C24151437
Octal2442061660223444252467
Binary10100100100001101110110010010111001001001010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48676; }

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

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

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

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

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

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

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

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