#A28D7E

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

Shades of Almond Frost #A28D7E

Tints of Almond Frost #A28D7E

Color information

#A28D7E (or 0xA28D7E) is unknown color: approx Almond Frost. HEX triplet: A2, 8D and 7E. RGB value is (162,141,126). Sum of RGB (Red+Green+Blue) = 162+141+126=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D7E is #5D7281. Grayscale: #919191. Windows color (decimal): -6124162 or 8293794. OLE color: 8293794.

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

Color convert

RGB162141126-
CMYK00.130.220.36
HSL25º16.22%56.47%-
HSV(B)25º22.22%63.53%-
XYZ28.1928.2423.7-
YUV145.57116.96139.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=37.76%
G=32.87%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214112600.130.220.362516.2256.47
HexA28D7E0D1624191038
Octal2422151760152644312070
Binary1010001010001101111111001101101101001001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D7E; }

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

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

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

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

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

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

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

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