#A28B80

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

Shades of Almond Frost #A28B80

Tints of Almond Frost #A28B80

Color information

#A28B80 (or 0xA28B80) is unknown color: approx Almond Frost. HEX triplet: A2, 8B and 80. RGB value is (162,139,128). Sum of RGB (Red+Green+Blue) = 162+139+128=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B80 is #5D747F. Grayscale: #909090. Windows color (decimal): -6124672 or 8424354. OLE color: 8424354.

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

Color convert

RGB162139128-
CMYK00.140.210.36
HSL19.41º15.45%56.86%-
HSV(B)19.41º20.99%63.53%-
XYZ28.0327.7124.29-
YUV144.62118.62140.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=37.76%
G=32.40%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213912800.140.210.3619.4115.4556.86
HexA28B800E152413f39
Octal2422132000162544231771
Binary1010001010001011100000000111010101100100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B80; }

 p { color: rgb(162,139,128); }

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

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

 a { background-color: rgb(162,139,128); }

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

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

 span { border-color: rgb(162,139,128); }

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