#A28679

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

Shades of Almond Frost #A28679

Tints of Almond Frost #A28679

Color information

#A28679 (or 0xA28679) is unknown color: approx Almond Frost. HEX triplet: A2, 86 and 79. RGB value is (162,134,121). Sum of RGB (Red+Green+Blue) = 162+134+121=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A28679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28679 is #5D7986. Grayscale: #8C8C8C. Windows color (decimal): -6125959 or 7964322. OLE color: 7964322.

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

Color convert

RGB162134121-
CMYK00.170.250.36
HSL19.02º18.06%55.49%-
HSV(B)19.02º25.31%63.53%-
XYZ26.8826.1121.71-
YUV140.89116.78143.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=38.85%
G=32.13%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213412100.170.250.3619.0218.0655.49
HexA286790111924131237
Octal2422061710213144232267
Binary10100010100001101111001010001110011001001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28679; }

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

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

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

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

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

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

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

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