#A3897D

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

Shades of Almond Frost #A3897D

Tints of Almond Frost #A3897D

Color information

#A3897D (or 0xA3897D) is unknown color: approx Almond Frost. HEX triplet: A3, 89 and 7D. RGB value is (163,137,125). Sum of RGB (Red+Green+Blue) = 163+137+125=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3897D is #5C7682. Grayscale: #8F8F8F. Windows color (decimal): -6059651 or 8227235. OLE color: 8227235.

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

Color convert

RGB163137125-
CMYK00.160.230.36
HSL18.95º17.12%56.47%-
HSV(B)18.95º23.31%63.92%-
XYZ27.7527.1623.18-
YUV143.41117.61141.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=38.35%
G=32.24%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313712500.160.230.3618.9517.1256.47
HexA3897D0101724131138
Octal2432111750202744232170
Binary10100011100010011111101010000101111001001001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3897D; }

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

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

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

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

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

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

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

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