#A18D7B

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

Shades of Almond Frost #A18D7B

Tints of Almond Frost #A18D7B

Color information

#A18D7B (or 0xA18D7B) is unknown color: approx Almond Frost. HEX triplet: A1, 8D and 7B. RGB value is (161,141,123). Sum of RGB (Red+Green+Blue) = 161+141+123=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D7B is #5E7284. Grayscale: #919191. Windows color (decimal): -6189701 or 8097185. OLE color: 8097185.

HSL color Cylindrical-coordinate representation of color #A18D7B: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18D7B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161141123-
CMYK00.120.240.37
HSL28.42º16.81%55.69%-
HSV(B)28.42º23.6%63.14%-
XYZ27.828.0622.69-
YUV144.93115.63139.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=37.88%
G=33.18%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114112300.120.240.3728.4216.8155.69
HexA18D7B0C18251c1138
Octal2412151730143045342170
Binary1010000110001101111101101100110001001011110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D7B; }

 p { color: rgb(161,141,123); }

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

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

 a { background-color: rgb(161,141,123); }

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

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

 span { border-color: rgb(161,141,123); }

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