#A4887A

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

Shades of Almond Frost #A4887A

Tints of Almond Frost #A4887A

Color information

#A4887A (or 0xA4887A) is unknown color: approx Almond Frost. HEX triplet: A4, 88 and 7A. RGB value is (164,136,122). Sum of RGB (Red+Green+Blue) = 164+136+122=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4887A is #5B7785. Grayscale: #8E8E8E. Windows color (decimal): -5994374 or 8030372. OLE color: 8030372.

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

Color convert

RGB164136122-
CMYK00.170.260.36
HSL20º18.75%56.08%-
HSV(B)20º25.61%64.31%-
XYZ27.6326.9122.15-
YUV142.78116.28143.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=38.86%
G=32.23%
B=28.91%

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
Decimal16413612200.170.260.362018.7556.08
HexA4887A0111A24141338
Octal2442101720213244242370
Binary10100100100010001111010010001110101001001010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4887A; }

 p { color: rgb(164,136,122); }

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

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

 a { background-color: rgb(164,136,122); }

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

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

 span { border-color: rgb(164,136,122); }

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