#A28473

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

Shades of Almond Frost #A28473

Tints of Almond Frost #A28473

Color information

#A28473 (or 0xA28473) is unknown color: approx Almond Frost. HEX triplet: A2, 84 and 73. RGB value is (162,132,115). Sum of RGB (Red+Green+Blue) = 162+132+115=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A28473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28473 is #5D7B8C. Grayscale: #8B8B8B. Windows color (decimal): -6126477 or 7570594. OLE color: 7570594.

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

Color convert

RGB162132115-
CMYK00.190.290.36
HSL21.7º20.17%54.31%-
HSV(B)21.7º29.01%63.53%-
XYZ26.2525.4219.74-
YUV139.03114.44144.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=39.61%
G=32.27%
B=28.12%

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
Decimal16213211500.190.290.3621.720.1754.31
HexA284730131D24161436
Octal2422041630233544262466
Binary10100010100001001110011010011111011001001011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28473; }

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

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

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

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

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

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

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

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