Html Css Color HEX #958882 Almond Frost

📋 copy color: '#958882'

red 149 ◦ green 136 ◦ blue 130

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

Shades of Almond Frost #958882

Tints of Almond Frost #958882

RGB

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

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

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

R = 35.9%
G = 32.77%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958882 (or 0x958882) is known color: Almond Frost. HEX triplet: 95, 88 and 82. RGB value is (149,136,130). Sum of RGB (Red+Green+Blue) = 149+136+130=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958882 is #6A777D. Grayscale: #8B8B8B. Windows color (decimal): -6977406 or 8554645. OLE color: 8554645.

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

Color convert

RGB 149 136 130 -
CMYK 0 0.09 0.13 0.42
HSL 18.95º 0.08% 0.55% -
HSV(B) 18.95º 0.13% 0.58% -
XYZ 25.23 25.61 24.73 -
YUV 139.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 149 136 130 0 0.09 0.13 0.42 18.95 0.08 0.55
Hex 95 88 82 0 9 D 2A 13 8 37
Octal 225 210 202 0 11 15 52 23 10 67
Binary 10010101 10001000 10000010 0 1001 1101 101010 10011 1000 110111

Color Harmonies of #958882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958882

Black with #958882

Text Example


Text Example

White with #958882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958882; }

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

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

background-color css

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

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

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

border-color css

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

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

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