#A28A79

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

Shades of Almond Frost #A28A79

Tints of Almond Frost #A28A79

Color information

#A28A79 (or 0xA28A79) is unknown color: approx Almond Frost. HEX triplet: A2, 8A and 79. RGB value is (162,138,121). Sum of RGB (Red+Green+Blue) = 162+138+121=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A79 is #5D7586. Grayscale: #8F8F8F. Windows color (decimal): -6124935 or 7965346. OLE color: 7965346.

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

Color convert

RGB162138121-
CMYK00.150.250.36
HSL24.88º18.06%55.49%-
HSV(B)24.88º25.31%63.53%-
XYZ27.4427.2421.9-
YUV143.24115.45141.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=38.48%
G=32.78%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213812100.150.250.3624.8818.0655.49
HexA28A790F1924191237
Octal2422121710173144312267
Binary1010001010001010111100101111110011001001100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A79; }

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

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

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

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

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

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

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

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