#A38579

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

Shades of Almond Frost #A38579

Tints of Almond Frost #A38579

Color information

#A38579 (or 0xA38579) is unknown color: approx Almond Frost. HEX triplet: A3, 85 and 79. RGB value is (163,133,121). Sum of RGB (Red+Green+Blue) = 163+133+121=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A38579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38579 is #5C7A86. Grayscale: #8C8C8C. Windows color (decimal): -6060679 or 7964067. OLE color: 7964067.

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

Color convert

RGB163133121-
CMYK00.180.260.36
HSL17.14º18.58%55.69%-
HSV(B)17.14º25.77%63.92%-
XYZ26.9425.9421.68-
YUV140.6116.94143.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=39.09%
G=31.89%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313312100.180.260.3617.1418.5855.69
HexA385790121A24111338
Octal2432051710223244212370
Binary10100011100001011111001010010110101001001000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38579; }

 p { color: rgb(163,133,121); }

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

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

 a { background-color: rgb(163,133,121); }

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

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

 span { border-color: rgb(163,133,121); }

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