#A28477

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

Shades of Almond Frost #A28477

Tints of Almond Frost #A28477

Color information

#A28477 (or 0xA28477) is unknown color: approx Almond Frost. HEX triplet: A2, 84 and 77. RGB value is (162,132,119). Sum of RGB (Red+Green+Blue) = 162+132+119=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A28477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28477 is #5D7B88. Grayscale: #8B8B8B. Windows color (decimal): -6126473 or 7832738. OLE color: 7832738.

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

Color convert

RGB162132119-
CMYK00.190.270.36
HSL18.14º18.78%55.1%-
HSV(B)18.14º26.54%63.53%-
XYZ26.4825.5220.98-
YUV139.49116.44144.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=39.23%
G=31.96%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213211900.190.270.3618.1418.7855.1
HexA284770131B24121337
Octal2422041670233344222367
Binary10100010100001001110111010011110111001001001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28477; }

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

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

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

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

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

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

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

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