#95877A

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

Shades of Almond Frost #95877A

Tints of Almond Frost #95877A

Color information

#95877A (or 0x95877A) is unknown color: approx Almond Frost. HEX triplet: 95, 87 and 7A. RGB value is (149,135,122). Sum of RGB (Red+Green+Blue) = 149+135+122=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95877A is #6A7885. Grayscale: #898989. Windows color (decimal): -6977670 or 8030101. OLE color: 8030101.

HSL color Cylindrical-coordinate representation of color #95877A: hue angle of 28.89º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95877A is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149135122-
CMYK00.090.180.42
HSL28.89º11.3%53.14%-
HSV(B)28.89º18.12%58.43%-
XYZ24.5725.1221.97-
YUV137.7119.14136.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=36.70%
G=33.25%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913512200.090.180.4228.8911.353.14
Hex95877A09122A1db35
Octal2252071720112252351365
Binary100101011000011111110100100110010101010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95877A; }

 p { color: rgb(149,135,122); }

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

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

 a { background-color: rgb(149,135,122); }

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

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

 span { border-color: rgb(149,135,122); }

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