#9A8679

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

Shades of Almond Frost #9A8679

Tints of Almond Frost #9A8679

Color information

#9A8679 (or 0x9A8679) is unknown color: approx Almond Frost. HEX triplet: 9A, 86 and 79. RGB value is (154,134,121). Sum of RGB (Red+Green+Blue) = 154+134+121=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8679 is #657986. Grayscale: #8A8A8A. Windows color (decimal): -6650247 or 7964314. OLE color: 7964314.

HSL color Cylindrical-coordinate representation of color #9A8679: hue angle of 23.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A8679 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB154134121-
CMYK00.130.210.40
HSL23.64º14.04%53.92%-
HSV(B)23.64º21.43%60.39%-
XYZ25.325.321.64-
YUV138.5118.13139.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=37.65%
G=32.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413412100.130.210.4023.6414.0453.92
Hex9A86790D152818e36
Octal2322061710152550301666
Binary100110101000011011110010110110101101000110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8679; }

 p { color: rgb(154,134,121); }

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

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

 a { background-color: rgb(154,134,121); }

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

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

 span { border-color: rgb(154,134,121); }

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