#A5897A

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

Shades of Almond Frost #A5897A

Tints of Almond Frost #A5897A

Color information

#A5897A (or 0xA5897A) is unknown color: approx Almond Frost. HEX triplet: A5, 89 and 7A. RGB value is (165,137,122). Sum of RGB (Red+Green+Blue) = 165+137+122=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5897A is #5A7685. Grayscale: #8F8F8F. Windows color (decimal): -5928582 or 8030629. OLE color: 8030629.

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

Color convert

RGB165137122-
CMYK00.170.260.35
HSL20.93º19.28%56.27%-
HSV(B)20.93º26.06%64.71%-
XYZ27.9827.322.21-
YUV143.66115.78143.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=38.92%
G=32.31%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513712200.170.260.3520.9319.2856.27
HexA5897A0111A23151338
Octal2452111720213243252370
Binary10100101100010011111010010001110101000111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5897A; }

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

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

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

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

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

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

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

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