#A28E7E

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

Shades of Almond Frost #A28E7E

Tints of Almond Frost #A28E7E

Color information

#A28E7E (or 0xA28E7E) is unknown color: approx Almond Frost. HEX triplet: A2, 8E and 7E. RGB value is (162,142,126). Sum of RGB (Red+Green+Blue) = 162+142+126=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E7E is #5D7181. Grayscale: #929292. Windows color (decimal): -6123906 or 8294050. OLE color: 8294050.

HSL color Cylindrical-coordinate representation of color #A28E7E: hue angle of 26.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A28E7E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162142126-
CMYK00.120.220.36
HSL26.67º16.22%56.47%-
HSV(B)26.67º22.22%63.53%-
XYZ28.3428.5323.75-
YUV146.16116.63139.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=37.67%
G=33.02%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214212600.120.220.3626.6716.2256.47
HexA28E7E0C16241b1038
Octal2422161760142644332070
Binary1010001010001110111111001100101101001001101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E7E; }

 p { color: rgb(162,142,126); }

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

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

 a { background-color: rgb(162,142,126); }

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

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

 span { border-color: rgb(162,142,126); }

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