#A18A7E

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

Shades of Almond Frost #A18A7E

Tints of Almond Frost #A18A7E

Color information

#A18A7E (or 0xA18A7E) is unknown color: approx Almond Frost. HEX triplet: A1, 8A and 7E. RGB value is (161,138,126). Sum of RGB (Red+Green+Blue) = 161+138+126=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A7E is #5E7581. Grayscale: #8F8F8F. Windows color (decimal): -6190466 or 8293025. OLE color: 8293025.

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

Color convert

RGB161138126-
CMYK00.140.220.37
HSL20.57º15.7%56.27%-
HSV(B)20.57º21.74%63.14%-
XYZ27.5527.2623.55-
YUV143.51118.12140.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=37.88%
G=32.47%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113812600.140.220.3720.5715.756.27
HexA18A7E0E1625151038
Octal2412121760162645252070
Binary1010000110001010111111001110101101001011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A7E; }

 p { color: rgb(161,138,126); }

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

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

 a { background-color: rgb(161,138,126); }

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

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

 span { border-color: rgb(161,138,126); }

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