#A78779

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

Shades of Almond Frost #A78779

Tints of Almond Frost #A78779

Color information

#A78779 (or 0xA78779) is unknown color: approx Almond Frost. HEX triplet: A7, 87 and 79. RGB value is (167,135,121). Sum of RGB (Red+Green+Blue) = 167+135+121=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A78779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78779 is #587886. Grayscale: #8F8F8F. Windows color (decimal): -5798023 or 7964583. OLE color: 7964583.

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

Color convert

RGB167135121-
CMYK00.190.280.35
HSL18.26º20.72%56.47%-
HSV(B)18.26º27.54%65.49%-
XYZ28.0526.9221.81-
YUV142.97115.6145.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=39.48%
G=31.91%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713512100.190.280.3518.2620.7256.47
HexA787790131C23121538
Octal2472071710233443222570
Binary10100111100001111111001010011111001000111001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78779; }

 p { color: rgb(167,135,121); }

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

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

 a { background-color: rgb(167,135,121); }

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

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

 span { border-color: rgb(167,135,121); }

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