Html Css Color HEX #95847D Almond Frost

📋 copy color: '#95847D'

red 149 ◦ green 132 ◦ blue 125

#95847D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #95847D

Tints of Almond Frost #95847D

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 36.7%
G = 32.51%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95847D (or 0x95847D) is known color: Almond Frost. HEX triplet: 95, 84 and 7D. RGB value is (149,132,125). Sum of RGB (Red+Green+Blue) = 149+132+125=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95847D is #6A7B82. Grayscale: #888888. Windows color (decimal): -6978435 or 8225941. OLE color: 8225941.

HSL color Cylindrical-coordinate representation of color #95847D: hue angle of 17.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95847D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 125 -
CMYK 0 0.11 0.16 0.42
HSL 17.5º 0.1% 0.54% -
HSV(B) 17.5º 0.16% 0.58% -
XYZ 24.35 24.37 22.82 -
YUV 136.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 149 132 125 0 0.11 0.16 0.42 17.5 0.1 0.54
Hex 95 84 7D 0 B 10 2A 12 A 36
Octal 225 204 175 0 13 20 52 22 12 66
Binary 10010101 10000100 1111101 0 1011 10000 101010 10010 1010 110110

Color Harmonies of #95847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95847D

Black with #95847D

Text Example


Text Example

White with #95847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95847D;
 }
 .AnyTagClassName
 {
   color: #95847D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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