#A18C7F

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

Shades of Almond Frost #A18C7F

Tints of Almond Frost #A18C7F

Color information

#A18C7F (or 0xA18C7F) is unknown color: approx Almond Frost. HEX triplet: A1, 8C and 7F. RGB value is (161,140,127). Sum of RGB (Red+Green+Blue) = 161+140+127=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C7F is #5E7380. Grayscale: #909090. Windows color (decimal): -6189953 or 8359073. OLE color: 8359073.

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

Color convert

RGB161140127-
CMYK00.130.210.37
HSL22.94º15.32%56.47%-
HSV(B)22.94º21.12%63.14%-
XYZ27.9127.8723.99-
YUV144.8117.96139.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 127 (50% from 255) = 29.67%
R=37.62%
G=32.71%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114012700.130.210.3722.9415.3256.47
HexA18C7F0D152517f38
Octal2412141770152545271770
Binary101000011000110011111110110110101100101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C7F; }

 p { color: rgb(161,140,127); }

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

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

 a { background-color: rgb(161,140,127); }

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

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

 span { border-color: rgb(161,140,127); }

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