#A58676

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

Shades of Almond Frost #A58676

Tints of Almond Frost #A58676

Color information

#A58676 (or 0xA58676) is unknown color: approx Almond Frost. HEX triplet: A5, 86 and 76. RGB value is (165,134,118). Sum of RGB (Red+Green+Blue) = 165+134+118=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A58676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58676 is #5A7989. Grayscale: #8D8D8D. Windows color (decimal): -5929354 or 7767717. OLE color: 7767717.

HSL color Cylindrical-coordinate representation of color #A58676: hue angle of 20.43º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58676 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165134118-
CMYK00.190.280.35
HSL20.43º20.7%55.49%-
HSV(B)20.43º28.48%64.71%-
XYZ27.3126.3620.79-
YUV141.44114.77144.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=39.57%
G=32.13%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513411800.190.280.3520.4320.755.49
HexA586760131C23141537
Octal2452061660233443242567
Binary10100101100001101110110010011111001000111010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58676; }

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

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

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

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

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

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

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

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