#A78577

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

Shades of Almond Frost #A78577

Tints of Almond Frost #A78577

Color information

#A78577 (or 0xA78577) is unknown color: approx Almond Frost. HEX triplet: A7, 85 and 77. RGB value is (167,133,119). Sum of RGB (Red+Green+Blue) = 167+133+119=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A78577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78577 is #587A88. Grayscale: #8D8D8D. Windows color (decimal): -5798537 or 7832999. OLE color: 7832999.

HSL color Cylindrical-coordinate representation of color #A78577: hue angle of 17.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A78577 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167133119-
CMYK00.200.290.35
HSL17.5º21.43%56.08%-
HSV(B)17.5º28.74%65.49%-
XYZ27.6526.3221.08-
YUV141.57115.26146.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=39.86%
G=31.74%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713311900.200.290.3517.521.4356.08
HexA785770141D23121538
Octal2472051670243543222570
Binary10100111100001011110111010100111011000111001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78577; }

 p { color: rgb(167,133,119); }

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

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

 a { background-color: rgb(167,133,119); }

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

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

 span { border-color: rgb(167,133,119); }

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