Html Css Color HEX #958A82 Almond Frost

📋 copy color: '#958A82'

red 149 ◦ green 138 ◦ blue 130

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

Shades of Almond Frost #958A82

Tints of Almond Frost #958A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 35.73%
G = 33.09%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958A82 (or 0x958A82) is known color: Almond Frost. HEX triplet: 95, 8A and 82. RGB value is (149,138,130). Sum of RGB (Red+Green+Blue) = 149+138+130=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A82 is #6A757D. Grayscale: #8C8C8C. Windows color (decimal): -6976894 or 8555157. OLE color: 8555157.

HSL color Cylindrical-coordinate representation of color #958A82: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958A82 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 130 -
CMYK 0 0.07 0.13 0.42
HSL 25.26º 0.08% 0.55% -
HSV(B) 25.26º 0.13% 0.58% -
XYZ 25.51 26.18 24.83 -
YUV 140.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 149 138 130 0 0.07 0.13 0.42 25.26 0.08 0.55
Hex 95 8A 82 0 7 D 2A 19 8 37
Octal 225 212 202 0 7 15 52 31 10 67
Binary 10010101 10001010 10000010 0 111 1101 101010 11001 1000 110111

Color Harmonies of #958A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A82

Black with #958A82

Text Example


Text Example

White with #958A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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