#A28373

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

Shades of Almond Frost #A28373

Tints of Almond Frost #A28373

Color information

#A28373 (or 0xA28373) is unknown color: approx Almond Frost. HEX triplet: A2, 83 and 73. RGB value is (162,131,115). Sum of RGB (Red+Green+Blue) = 162+131+115=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28373 is #5D7C8C. Grayscale: #8A8A8A. Windows color (decimal): -6126733 or 7570338. OLE color: 7570338.

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

Color convert

RGB162131115-
CMYK00.190.290.36
HSL20.43º20.17%54.31%-
HSV(B)20.43º29.01%63.53%-
XYZ26.1125.1519.7-
YUV138.44114.77144.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=39.71%
G=32.11%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213111500.190.290.3620.4320.1754.31
HexA283730131D24141436
Octal2422031630233544242466
Binary10100010100000111110011010011111011001001010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28373; }

 p { color: rgb(162,131,115); }

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

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

 a { background-color: rgb(162,131,115); }

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

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

 span { border-color: rgb(162,131,115); }

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