#A38979

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

Shades of Almond Frost #A38979

Tints of Almond Frost #A38979

Color information

#A38979 (or 0xA38979) is unknown color: approx Almond Frost. HEX triplet: A3, 89 and 79. RGB value is (163,137,121). Sum of RGB (Red+Green+Blue) = 163+137+121=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A38979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38979 is #5C7686. Grayscale: #8F8F8F. Windows color (decimal): -6059655 or 7965091. OLE color: 7965091.

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

Color convert

RGB163137121-
CMYK00.160.260.36
HSL22.86º18.58%55.69%-
HSV(B)22.86º25.77%63.92%-
XYZ27.527.0621.86-
YUV142.95115.61142.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=38.72%
G=32.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313712100.160.260.3622.8618.5855.69
HexA389790101A24171338
Octal2432111710203244272370
Binary10100011100010011111001010000110101001001011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38979; }

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

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

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

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

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

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

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

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