Html Css Color HEX #958478 Almond Frost

📋 copy color: '#958478'

red 149 ◦ green 132 ◦ blue 120

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

Shades of Almond Frost #958478

Tints of Almond Frost #958478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 37.16%
G = 32.92%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958478 (or 0x958478) is known color: Almond Frost. HEX triplet: 95, 84 and 78. RGB value is (149,132,120). Sum of RGB (Red+Green+Blue) = 149+132+120=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958478 is #6A7B87. Grayscale: #878787. Windows color (decimal): -6978440 or 7898261. OLE color: 7898261.

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

Color convert

RGB 149 132 120 -
CMYK 0 0.11 0.19 0.42
HSL 24.83º 0.12% 0.53% -
HSV(B) 24.83º 0.19% 0.58% -
XYZ 24.04 24.25 21.18 -
YUV 135.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 149 132 120 0 0.11 0.19 0.42 24.83 0.12 0.53
Hex 95 84 78 0 B 13 2A 19 C 35
Octal 225 204 170 0 13 23 52 31 14 65
Binary 10010101 10000100 1111000 0 1011 10011 101010 11001 1100 110101

Color Harmonies of #958478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958478

Black with #958478

Text Example


Text Example

White with #958478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958478; }

 p { color: rgb(149,132,120); }

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

background-color css

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

 a { background-color: rgb(149,132,120); }

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

border-color css

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

 span { border-color: rgb(149,132,120); }

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