#A18478

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

Shades of Almond Frost #A18478

Tints of Almond Frost #A18478

Color information

#A18478 (or 0xA18478) is unknown color: approx Almond Frost. HEX triplet: A1, 84 and 78. RGB value is (161,132,120). Sum of RGB (Red+Green+Blue) = 161+132+120=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18478 is #5E7B87. Grayscale: #8B8B8B. Windows color (decimal): -6192008 or 7898273. OLE color: 7898273.

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

Color convert

RGB161132120-
CMYK00.180.250.37
HSL17.56º17.9%55.1%-
HSV(B)17.56º25.47%63.14%-
XYZ26.3425.4421.29-
YUV139.3117.11143.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=38.98%
G=31.96%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113212000.180.250.3717.5617.955.1
HexA184780121925121237
Octal2412041700223145222267
Binary10100001100001001111000010010110011001011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18478; }

 p { color: rgb(161,132,120); }

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

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

 a { background-color: rgb(161,132,120); }

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

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

 span { border-color: rgb(161,132,120); }

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