#A78A78

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

Shades of Almond Frost #A78A78

Tints of Almond Frost #A78A78

Color information

#A78A78 (or 0xA78A78) is unknown color: approx Almond Frost. HEX triplet: A7, 8A and 78. RGB value is (167,138,120). Sum of RGB (Red+Green+Blue) = 167+138+120=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A78 is #587587. Grayscale: #909090. Windows color (decimal): -5797256 or 7899815. OLE color: 7899815.

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

Color convert

RGB167138120-
CMYK00.170.280.35
HSL22.98º21.08%56.27%-
HSV(B)22.98º28.14%65.49%-
XYZ28.4127.7521.63-
YUV144.62114.11143.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=39.29%
G=32.47%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713812000.170.280.3522.9821.0856.27
HexA78A780111C23171538
Octal2472121700213443272570
Binary10100111100010101111000010001111001000111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A78; }

 p { color: rgb(167,138,120); }

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

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

 a { background-color: rgb(167,138,120); }

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

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

 span { border-color: rgb(167,138,120); }

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