#A4877C

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

Shades of Almond Frost #A4877C

Tints of Almond Frost #A4877C

Color information

#A4877C (or 0xA4877C) is unknown color: approx Almond Frost. HEX triplet: A4, 87 and 7C. RGB value is (164,135,124). Sum of RGB (Red+Green+Blue) = 164+135+124=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4877C is #5B7883. Grayscale: #8E8E8E. Windows color (decimal): -5994628 or 8161188. OLE color: 8161188.

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

Color convert

RGB164135124-
CMYK00.180.240.36
HSL16.5º18.02%56.47%-
HSV(B)16.5º24.39%64.31%-
XYZ27.6126.6822.76-
YUV142.42117.61143.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=38.77%
G=31.91%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413512400.180.240.3616.518.0256.47
HexA4877C0121824111238
Octal2442071740223044212270
Binary10100100100001111111100010010110001001001000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4877C; }

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

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

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

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

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

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

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

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