#a28677

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

Shades of Almond Frost #A28677

Tints of Almond Frost #A28677

Color information

#A28677 (or 0xA28677) is unknown color: approx Almond Frost. HEX triplet: A2, 86 and 77. RGB value is (162,134,119). Sum of RGB (Red+Green+Blue) = 162+134+119=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A28677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28677 is #5D7988. Grayscale: #8C8C8C. Windows color (decimal): -6125961 or 7833250. OLE color: 7833250.

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

Color convert

RGB162134119-
CMYK00.170.270.36
HSL20.93º18.78%55.1%-
HSV(B)20.93º26.54%63.53%-
XYZ26.7626.0621.07-
YUV140.66115.78143.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=39.04%
G=32.29%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213411900.170.270.3620.9318.7855.1
HexA286770111B24151337
Octal2422061670213344252367
Binary10100010100001101110111010001110111001001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a28677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a28677; }

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

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

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

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

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

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

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

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