#A38879

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

Shades of Almond Frost #A38879

Tints of Almond Frost #A38879

Color information

#A38879 (or 0xA38879) is unknown color: approx Almond Frost. HEX triplet: A3, 88 and 79. RGB value is (163,136,121). Sum of RGB (Red+Green+Blue) = 163+136+121=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A38879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38879 is #5C7786. Grayscale: #8E8E8E. Windows color (decimal): -6059911 or 7964835. OLE color: 7964835.

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

Color convert

RGB163136121-
CMYK00.170.260.36
HSL21.43º18.58%55.69%-
HSV(B)21.43º25.77%63.92%-
XYZ27.3626.7821.82-
YUV142.36115.95142.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=38.81%
G=32.38%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313612100.170.260.3621.4318.5855.69
HexA388790111A24151338
Octal2432101710213244252370
Binary10100011100010001111001010001110101001001010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38879; }

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

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

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

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

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

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

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

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