#95847A

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

Shades of Almond Frost #95847A

Tints of Almond Frost #95847A

Color information

#95847A (or 0x95847A) is unknown color: approx Almond Frost. HEX triplet: 95, 84 and 7A. RGB value is (149,132,122). Sum of RGB (Red+Green+Blue) = 149+132+122=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95847A is #6A7B85. Grayscale: #878787. Windows color (decimal): -6978438 or 8029333. OLE color: 8029333.

HSL color Cylindrical-coordinate representation of color #95847A: hue angle of 22.22º 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 #95847A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149132122-
CMYK00.110.180.42
HSL22.22º11.3%53.14%-
HSV(B)22.22º18.12%58.43%-
XYZ24.1624.321.83-
YUV135.94120.13137.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=36.97%
G=32.75%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913212200.110.180.4222.2211.353.14
Hex95847A0B122A16b35
Octal2252041720132252261365
Binary100101011000010011110100101110010101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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