#A4877A

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

Shades of Almond Frost #A4877A

Tints of Almond Frost #A4877A

Color information

#A4877A (or 0xA4877A) is unknown color: approx Almond Frost. HEX triplet: A4, 87 and 7A. RGB value is (164,135,122). Sum of RGB (Red+Green+Blue) = 164+135+122=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4877A is #5B7885. Grayscale: #8E8E8E. Windows color (decimal): -5994630 or 8030116. OLE color: 8030116.

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

Color convert

RGB164135122-
CMYK00.180.260.36
HSL18.57º18.75%56.08%-
HSV(B)18.57º25.61%64.31%-
XYZ27.4926.6322.1-
YUV142.19116.61143.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=38.95%
G=32.07%
B=28.98%

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
Decimal16413512200.180.260.3618.5718.7556.08
HexA4877A0121A24131338
Octal2442071720223244232370
Binary10100100100001111111010010010110101001001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4877A; }

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

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

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

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

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

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

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

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