#A5897D

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

Shades of Almond Frost #A5897D

Tints of Almond Frost #A5897D

Color information

#A5897D (or 0xA5897D) is unknown color: approx Almond Frost. HEX triplet: A5, 89 and 7D. RGB value is (165,137,125). Sum of RGB (Red+Green+Blue) = 165+137+125=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5897D is #5A7682. Grayscale: #909090. Windows color (decimal): -5928579 or 8227237. OLE color: 8227237.

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

Color convert

RGB165137125-
CMYK00.170.240.35
HSL18º18.18%56.86%-
HSV(B)18º24.24%64.71%-
XYZ28.1627.3723.2-
YUV144117.28142.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=38.64%
G=32.08%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513712500.170.240.351818.1856.86
HexA5897D0111823121239
Octal2452111750213043222271
Binary10100101100010011111101010001110001000111001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5897D; }

 p { color: rgb(165,137,125); }

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

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

 a { background-color: rgb(165,137,125); }

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

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

 span { border-color: rgb(165,137,125); }

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