#A18573

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

Shades of Almond Frost #A18573

Tints of Almond Frost #A18573

Color information

#A18573 (or 0xA18573) is unknown color: approx Almond Frost. HEX triplet: A1, 85 and 73. RGB value is (161,133,115). Sum of RGB (Red+Green+Blue) = 161+133+115=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18573 is #5E7A8C. Grayscale: #8B8B8B. Windows color (decimal): -6191757 or 7570849. OLE color: 7570849.

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

Color convert

RGB161133115-
CMYK00.170.290.37
HSL23.48º19.66%54.12%-
HSV(B)23.48º28.57%63.14%-
XYZ26.1825.5919.78-
YUV139.32114.28143.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=39.36%
G=32.52%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113311500.170.290.3723.4819.6654.12
HexA185730111D25171436
Octal2412051630213545272466
Binary10100001100001011110011010001111011001011011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18573; }

 p { color: rgb(161,133,115); }

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

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

 a { background-color: rgb(161,133,115); }

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

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

 span { border-color: rgb(161,133,115); }

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