Html Css Color HEX #95857E Almond Frost

📋 copy color: '#95857E'

red 149 ◦ green 133 ◦ blue 126

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

Shades of Almond Frost #95857E

Tints of Almond Frost #95857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 36.52%
G = 32.6%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95857E (or 0x95857E) is known color: Almond Frost. HEX triplet: 95, 85 and 7E. RGB value is (149,133,126). Sum of RGB (Red+Green+Blue) = 149+133+126=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95857E is #6A7A81. Grayscale: #898989. Windows color (decimal): -6978178 or 8291733. OLE color: 8291733.

HSL color Cylindrical-coordinate representation of color #95857E: hue angle of 18.26º degrees, saturation: 0.1, 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 #95857E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 126 -
CMYK 0 0.11 0.15 0.42
HSL 18.26º 0.1% 0.54% -
HSV(B) 18.26º 0.15% 0.58% -
XYZ 24.55 24.67 23.21 -
YUV 136.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 149 133 126 0 0.11 0.15 0.42 18.26 0.1 0.54
Hex 95 85 7E 0 B F 2A 12 A 36
Octal 225 205 176 0 13 17 52 22 12 66
Binary 10010101 10000101 1111110 0 1011 1111 101010 10010 1010 110110

Color Harmonies of #95857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95857E

Black with #95857E

Text Example


Text Example

White with #95857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95857E; }

 p { color: rgb(149,133,126); }

 H1.HeaderClassName
 {
   color: #95857E;
 }
 .AnyTagClassName
 {
   color: #95857E;
 }
</style>

background-color css

<style>
 a { background-color: #95857E; }

 a { background-color: rgb(149,133,126); }

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

border-color css

<style>
 span { border-color: #95857E; }

 span { border-color: rgb(149,133,126); }

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