#A18875

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

Shades of Almond Frost #A18875

Tints of Almond Frost #A18875

Color information

#A18875 (or 0xA18875) is unknown color: approx Almond Frost. HEX triplet: A1, 88 and 75. RGB value is (161,136,117). Sum of RGB (Red+Green+Blue) = 161+136+117=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18875 is #5E778A. Grayscale: #8D8D8D. Windows color (decimal): -6190987 or 7702689. OLE color: 7702689.

HSL color Cylindrical-coordinate representation of color #A18875: hue angle of 25.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18875 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB161136117-
CMYK00.160.270.37
HSL25.91º18.97%54.51%-
HSV(B)25.91º27.33%63.14%-
XYZ26.7126.4720.53-
YUV141.31114.28142.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=38.89%
G=32.85%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113611700.160.270.3725.9118.9754.51
HexA188750101B251a1337
Octal2412101650203345322367
Binary10100001100010001110101010000110111001011101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18875; }

 p { color: rgb(161,136,117); }

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

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

 a { background-color: rgb(161,136,117); }

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

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

 span { border-color: rgb(161,136,117); }

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