#A28A83

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

Shades of Almond Frost #A28A83

Tints of Almond Frost #A28A83

Color information

#A28A83 (or 0xA28A83) is unknown color: approx Almond Frost. HEX triplet: A2, 8A and 83. RGB value is (162,138,131). Sum of RGB (Red+Green+Blue) = 162+138+131=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A83 is #5D757C. Grayscale: #909090. Windows color (decimal): -6124925 or 8620706. OLE color: 8620706.

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

Color convert

RGB162138131-
CMYK00.150.190.36
HSL13.55º14.29%57.45%-
HSV(B)13.55º19.14%63.53%-
XYZ28.0927.525.3-
YUV144.38120.45140.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=37.59%
G=32.02%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213813100.150.190.3613.5514.2957.45
HexA28A830F1324ee39
Octal2422122030172344161671
Binary101000101000101010000011011111001110010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A83; }

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

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

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

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

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

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

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

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