Html Css Color HEX #958982 Almond Frost

📋 copy color: '#958982'

red 149 ◦ green 137 ◦ blue 130

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

Shades of Almond Frost #958982

Tints of Almond Frost #958982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.93%

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

R = 35.82%
G = 32.93%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958982 (or 0x958982) is known color: Almond Frost. HEX triplet: 95, 89 and 82. RGB value is (149,137,130). Sum of RGB (Red+Green+Blue) = 149+137+130=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958982 is #6A767D. Grayscale: #8B8B8B. Windows color (decimal): -6977150 or 8554901. OLE color: 8554901.

HSL color Cylindrical-coordinate representation of color #958982: hue angle of 22.11º 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 #958982 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 130 -
CMYK 0 0.08 0.13 0.42
HSL 22.11º 0.08% 0.55% -
HSV(B) 22.11º 0.13% 0.58% -
XYZ 25.37 25.89 24.78 -
YUV 139.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 149 137 130 0 0.08 0.13 0.42 22.11 0.08 0.55
Hex 95 89 82 0 8 D 2A 16 8 37
Octal 225 211 202 0 10 15 52 26 10 67
Binary 10010101 10001001 10000010 0 1000 1101 101010 10110 1000 110111

Color Harmonies of #958982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958982

Black with #958982

Text Example


Text Example

White with #958982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958982; }

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

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

background-color css

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

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

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

border-color css

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

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

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