#9A8675

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

Shades of Almond Frost #9A8675

Tints of Almond Frost #9A8675

Color information

#9A8675 (or 0x9A8675) is unknown color: approx Almond Frost. HEX triplet: 9A, 86 and 75. RGB value is (154,134,117). Sum of RGB (Red+Green+Blue) = 154+134+117=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8675 is #65798A. Grayscale: #8A8A8A. Windows color (decimal): -6650251 or 7702170. OLE color: 7702170.

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

Color convert

RGB154134117-
CMYK00.130.240.40
HSL27.57º15.48%53.14%-
HSV(B)27.57º24.03%60.39%-
XYZ25.0625.220.37-
YUV138.04116.13139.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=38.02%
G=33.09%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413411700.130.240.4027.5715.4853.14
Hex9A86750D18281cf35
Octal2322061650153050341765
Binary100110101000011011101010110111000101000111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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