#A48877

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

Shades of Almond Frost #A48877

Tints of Almond Frost #A48877

Color information

#A48877 (or 0xA48877) is unknown color: approx Almond Frost. HEX triplet: A4, 88 and 77. RGB value is (164,136,119). Sum of RGB (Red+Green+Blue) = 164+136+119=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A48877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48877 is #5B7788. Grayscale: #8E8E8E. Windows color (decimal): -5994377 or 7833764. OLE color: 7833764.

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

Color convert

RGB164136119-
CMYK00.170.270.36
HSL22.67º19.82%55.49%-
HSV(B)22.67º27.44%64.31%-
XYZ27.4426.8321.19-
YUV142.43114.78143.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=39.14%
G=32.46%
B=28.40%

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
Decimal16413611900.170.270.3622.6719.8255.49
HexA488770111B24171437
Octal2442101670213344272467
Binary10100100100010001110111010001110111001001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48877; }

 p { color: rgb(164,136,119); }

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

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

 a { background-color: rgb(164,136,119); }

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

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

 span { border-color: rgb(164,136,119); }

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