#A78475

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

Shades of Almond Frost #A78475

Tints of Almond Frost #A78475

Color information

#A78475 (or 0xA78475) is unknown color: approx Almond Frost. HEX triplet: A7, 84 and 75. RGB value is (167,132,117). Sum of RGB (Red+Green+Blue) = 167+132+117=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A78475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78475 is #587B8A. Grayscale: #8C8C8C. Windows color (decimal): -5798795 or 7701671. OLE color: 7701671.

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

Color convert

RGB167132117-
CMYK00.210.300.35
HSL18º22.12%55.69%-
HSV(B)18º29.94%65.49%-
XYZ27.42620.4-
YUV140.76114.6146.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=40.14%
G=31.73%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713211700.210.300.351822.1255.69
HexA784750151E23121638
Octal2472041650253643222670
Binary10100111100001001110101010101111101000111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78475; }

 p { color: rgb(167,132,117); }

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

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

 a { background-color: rgb(167,132,117); }

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

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

 span { border-color: rgb(167,132,117); }

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