Html Css Color HEX #958880 Almond Frost

📋 copy color: '#958880'

red 149 ◦ green 136 ◦ blue 128

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

Shades of Almond Frost #958880

Tints of Almond Frost #958880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 36.08%
G = 32.93%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958880 (or 0x958880) is known color: Almond Frost. HEX triplet: 95, 88 and 80. RGB value is (149,136,128). Sum of RGB (Red+Green+Blue) = 149+136+128=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958880 is #6A777F. Grayscale: #8B8B8B. Windows color (decimal): -6977408 or 8423573. OLE color: 8423573.

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

Color convert

RGB 149 136 128 -
CMYK 0 0.09 0.14 0.42
HSL 22.86º 0.09% 0.54% -
HSV(B) 22.86º 0.14% 0.58% -
XYZ 25.09 25.56 24.03 -
YUV 138.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 149 136 128 0 0.09 0.14 0.42 22.86 0.09 0.54
Hex 95 88 80 0 9 E 2A 17 9 36
Octal 225 210 200 0 11 16 52 27 11 66
Binary 10010101 10001000 10000000 0 1001 1110 101010 10111 1001 110110

Color Harmonies of #958880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958880

Black with #958880

Text Example


Text Example

White with #958880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958880; }

 p { color: rgb(149,136,128); }

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

background-color css

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

 a { background-color: rgb(149,136,128); }

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

border-color css

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

 span { border-color: rgb(149,136,128); }

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