Html Css Color HEX #958A80 Almond Frost

📋 copy color: '#958A80'

red 149 ◦ green 138 ◦ blue 128

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

Shades of Almond Frost #958A80

Tints of Almond Frost #958A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

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

R = 35.9%
G = 33.25%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958A80 (or 0x958A80) is known color: Almond Frost. HEX triplet: 95, 8A and 80. RGB value is (149,138,128). Sum of RGB (Red+Green+Blue) = 149+138+128=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A80 is #6A757F. Grayscale: #8C8C8C. Windows color (decimal): -6976896 or 8424085. OLE color: 8424085.

HSL color Cylindrical-coordinate representation of color #958A80: hue angle of 28.57º 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 #958A80 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 128 -
CMYK 0 0.07 0.14 0.42
HSL 28.57º 0.09% 0.54% -
HSV(B) 28.57º 0.14% 0.58% -
XYZ 25.38 26.13 24.13 -
YUV 140.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 149 138 128 0 0.07 0.14 0.42 28.57 0.09 0.54
Hex 95 8A 80 0 7 E 2A 1D 9 36
Octal 225 212 200 0 7 16 52 35 11 66
Binary 10010101 10001010 10000000 0 111 1110 101010 11101 1001 110110

Color Harmonies of #958A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A80

Black with #958A80

Text Example


Text Example

White with #958A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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