#A4877B

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

Shades of Almond Frost #A4877B

Tints of Almond Frost #A4877B

Color information

#A4877B (or 0xA4877B) is unknown color: approx Almond Frost. HEX triplet: A4, 87 and 7B. RGB value is (164,135,123). Sum of RGB (Red+Green+Blue) = 164+135+123=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4877B is #5B7884. Grayscale: #8E8E8E. Windows color (decimal): -5994629 or 8095652. OLE color: 8095652.

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

Color convert

RGB164135123-
CMYK00.180.250.36
HSL17.56º18.39%56.27%-
HSV(B)17.56º25%64.31%-
XYZ27.5526.6522.43-
YUV142.3117.11143.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=38.86%
G=31.99%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413512300.180.250.3617.5618.3956.27
HexA4877B0121924121238
Octal2442071730223144222270
Binary10100100100001111111011010010110011001001001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4877B; }

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

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

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

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

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

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

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

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