#A78575

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

Shades of Almond Frost #A78575

Tints of Almond Frost #A78575

Color information

#A78575 (or 0xA78575) is unknown color: approx Almond Frost. HEX triplet: A7, 85 and 75. RGB value is (167,133,117). Sum of RGB (Red+Green+Blue) = 167+133+117=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A78575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78575 is #587A8A. Grayscale: #8D8D8D. Windows color (decimal): -5798539 or 7701927. OLE color: 7701927.

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

Color convert

RGB167133117-
CMYK00.200.300.35
HSL19.2º22.12%55.69%-
HSV(B)19.2º29.94%65.49%-
XYZ27.5326.2720.45-
YUV141.34114.26146.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=40.05%
G=31.89%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713311700.200.300.3519.222.1255.69
HexA785750141E23131638
Octal2472051650243643232670
Binary10100111100001011110101010100111101000111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78575; }

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

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

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

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

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

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

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

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