#A18572

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

Shades of Almond Frost #A18572

Tints of Almond Frost #A18572

Color information

#A18572 (or 0xA18572) is unknown color: approx Almond Frost. HEX triplet: A1, 85 and 72. RGB value is (161,133,114). Sum of RGB (Red+Green+Blue) = 161+133+114=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A18572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18572 is #5E7A8D. Grayscale: #8B8B8B. Windows color (decimal): -6191758 or 7505313. OLE color: 7505313.

HSL color Cylindrical-coordinate representation of color #A18572: hue angle of 24.26º 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 #A18572 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161133114-
CMYK00.170.290.37
HSL24.26º20%53.92%-
HSV(B)24.26º29.19%63.14%-
XYZ26.1225.5719.48-
YUV139.21113.78143.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=39.46%
G=32.60%
B=27.94%

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
Decimal16113311400.170.290.3724.262053.92
HexA185720111D25181436
Octal2412051620213545302466
Binary10100001100001011110010010001111011001011100010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18572; }

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

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

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

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

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

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

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

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