Html Css Color HEX #95867F Almond Frost

📋 copy color: '#95867F'

red 149 ◦ green 134 ◦ blue 127

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

Shades of Almond Frost #95867F

Tints of Almond Frost #95867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

 BLUE value IS 127 (50% from 255) = 30.98%

R = 36.34%
G = 32.68%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95867F (or 0x95867F) is known color: Almond Frost. HEX triplet: 95, 86 and 7F. RGB value is (149,134,127). Sum of RGB (Red+Green+Blue) = 149+134+127=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #95867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95867F is #6A7980. Grayscale: #898989. Windows color (decimal): -6977921 or 8357525. OLE color: 8357525.

HSL color Cylindrical-coordinate representation of color #95867F: hue angle of 19.09º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95867F is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 127 -
CMYK 0 0.10 0.15 0.42
HSL 19.09º 0.09% 0.54% -
HSV(B) 19.09º 0.15% 0.58% -
XYZ 24.75 24.97 23.59 -
YUV 137.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 149 134 127 0 0.10 0.15 0.42 19.09 0.09 0.54
Hex 95 86 7F 0 A F 2A 13 9 36
Octal 225 206 177 0 12 17 52 23 11 66
Binary 10010101 10000110 1111111 0 1010 1111 101010 10011 1001 110110

Color Harmonies of #95867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95867F

Black with #95867F

Text Example


Text Example

White with #95867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95867F; }

 p { color: rgb(149,134,127); }

 H1.HeaderClassName
 {
   color: #95867F;
 }
 .AnyTagClassName
 {
   color: #95867F;
 }
</style>

background-color css

<style>
 a { background-color: #95867F; }

 a { background-color: rgb(149,134,127); }

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

border-color css

<style>
 span { border-color: #95867F; }

 span { border-color: rgb(149,134,127); }

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