#A48777

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

Shades of Almond Frost #A48777

Tints of Almond Frost #A48777

Color information

#A48777 (or 0xA48777) is unknown color: approx Almond Frost. HEX triplet: A4, 87 and 77. RGB value is (164,135,119). Sum of RGB (Red+Green+Blue) = 164+135+119=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48777 is #5B7888. Grayscale: #8D8D8D. Windows color (decimal): -5994633 or 7833508. OLE color: 7833508.

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

Color convert

RGB164135119-
CMYK00.180.270.36
HSL21.33º19.82%55.49%-
HSV(B)21.33º27.44%64.31%-
XYZ27.326.5521.14-
YUV141.85115.11143.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=39.23%
G=32.30%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413511900.180.270.3621.3319.8255.49
HexA487770121B24151437
Octal2442071670223344252467
Binary10100100100001111110111010010110111001001010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48777; }

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

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

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

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

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

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

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

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