#A78573

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

Shades of Almond Frost #A78573

Tints of Almond Frost #A78573

Color information

#A78573 (or 0xA78573) is unknown color: approx Almond Frost. HEX triplet: A7, 85 and 73. RGB value is (167,133,115). Sum of RGB (Red+Green+Blue) = 167+133+115=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78573 is #587A8C. Grayscale: #8D8D8D. Windows color (decimal): -5798541 or 7570855. OLE color: 7570855.

HSL color Cylindrical-coordinate representation of color #A78573: hue angle of 20.77º 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 #A78573 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB167133115-
CMYK00.200.310.35
HSL20.77º22.81%55.29%-
HSV(B)20.77º31.14%65.49%-
XYZ27.4226.2319.84-
YUV141.11113.26146.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=40.24%
G=32.05%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713311500.200.310.3520.7722.8155.29
HexA785730141F23151737
Octal2472051630243743252767
Binary10100111100001011110011010100111111000111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78573; }

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

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

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

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

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

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

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

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