#A5887C

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

Shades of Almond Frost #A5887C

Tints of Almond Frost #A5887C

Color information

#A5887C (or 0xA5887C) is unknown color: approx Almond Frost. HEX triplet: A5, 88 and 7C. RGB value is (165,136,124). Sum of RGB (Red+Green+Blue) = 165+136+124=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5887C is #5A7783. Grayscale: #8F8F8F. Windows color (decimal): -5928836 or 8161445. OLE color: 8161445.

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

Color convert

RGB165136124-
CMYK00.180.250.35
HSL17.56º18.55%56.67%-
HSV(B)17.56º24.85%64.71%-
XYZ27.9627.0622.82-
YUV143.3117.11143.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=38.82%
G=32%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513612400.180.250.3517.5618.5556.67
HexA5887C0121923121339
Octal2452101740223143222371
Binary10100101100010001111100010010110011000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5887C; }

 p { color: rgb(165,136,124); }

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

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

 a { background-color: rgb(165,136,124); }

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

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

 span { border-color: rgb(165,136,124); }

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