#A78473

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

Shades of Almond Frost #A78473

Tints of Almond Frost #A78473

Color information

#A78473 (or 0xA78473) is unknown color: approx Almond Frost. HEX triplet: A7, 84 and 73. RGB value is (167,132,115). Sum of RGB (Red+Green+Blue) = 167+132+115=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A78473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78473 is #587B8C. Grayscale: #8C8C8C. Windows color (decimal): -5798797 or 7570599. OLE color: 7570599.

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

Color convert

RGB167132115-
CMYK00.210.310.35
HSL19.62º22.81%55.29%-
HSV(B)19.62º31.14%65.49%-
XYZ27.2825.9619.79-
YUV140.53113.6146.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=40.34%
G=31.88%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713211500.210.310.3519.6222.8155.29
HexA784730151F23141737
Octal2472041630253743242767
Binary10100111100001001110011010101111111000111010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78473; }

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

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

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

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

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

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

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

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