#9A8275

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

Shades of Almond Frost #9A8275

Tints of Almond Frost #9A8275

Color information

#9A8275 (or 0x9A8275) is unknown color: approx Almond Frost. HEX triplet: 9A, 82 and 75. RGB value is (154,130,117). Sum of RGB (Red+Green+Blue) = 154+130+117=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8275 is #657D8A. Grayscale: #878787. Windows color (decimal): -6651275 or 7701146. OLE color: 7701146.

HSL color Cylindrical-coordinate representation of color #9A8275: hue angle of 21.08º 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 #9A8275 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB154130117-
CMYK00.160.240.40
HSL21.08º15.48%53.14%-
HSV(B)21.08º24.03%60.39%-
XYZ24.5224.1220.19-
YUV135.69117.45141.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.40%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=38.40%
G=32.42%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413011700.160.240.4021.0815.4853.14
Hex9A8275010182815f35
Octal2322021650203050251765
Binary1001101010000010111010101000011000101000101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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