Html Css Color HEX #958277 Almond Frost

📋 copy color: '#958277'

red 149 ◦ green 130 ◦ blue 119

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

Shades of Almond Frost #958277

Tints of Almond Frost #958277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 37.44%
G = 32.66%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#958277 (or 0x958277) is known color: Almond Frost. HEX triplet: 95, 82 and 77. RGB value is (149,130,119). Sum of RGB (Red+Green+Blue) = 149+130+119=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958277 is #6A7D88. Grayscale: #868686. Windows color (decimal): -6978953 or 7832213. OLE color: 7832213.

HSL color Cylindrical-coordinate representation of color #958277: hue angle of 22º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958277 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 119 -
CMYK 0 0.13 0.20 0.42
HSL 22º 0.12% 0.53% -
HSV(B) 22º 0.2% 0.58% -
XYZ 23.71 23.69 20.78 -
YUV 134.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 149 130 119 0 0.13 0.20 0.42 22 0.12 0.53
Hex 95 82 77 0 D 14 2A 16 C 35
Octal 225 202 167 0 15 24 52 26 14 65
Binary 10010101 10000010 1110111 0 1101 10100 101010 10110 1100 110101

Color Harmonies of #958277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958277

Black with #958277

Text Example


Text Example

White with #958277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958277; }

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

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

background-color css

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

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

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

border-color css

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

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

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