Html Css Color HEX #948578 Almond Frost

📋 copy color: '#948578'

red 148 ◦ green 133 ◦ blue 120

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

Shades of Almond Frost #948578

Tints of Almond Frost #948578

RGB

 RED value IS 148 (58.2% from 255) = 36.91%

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 36.91%
G = 33.17%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#948578 (or 0x948578) is known color: Almond Frost. HEX triplet: 94, 85 and 78. RGB value is (148,133,120). Sum of RGB (Red+Green+Blue) = 148+133+120=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948578 is #6B7A87. Grayscale: #888888. Windows color (decimal): -7043720 or 7898516. OLE color: 7898516.

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

Color convert

RGB 148 133 120 -
CMYK 0 0.10 0.19 0.42
HSL 27.86º 0.12% 0.53% -
HSV(B) 27.86º 0.19% 0.58% -
XYZ 23.99 24.43 21.22 -
YUV 136 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 148 133 120 0 0.10 0.19 0.42 27.86 0.12 0.53
Hex 94 85 78 0 A 13 2A 1C C 35
Octal 224 205 170 0 12 23 52 34 14 65
Binary 10010100 10000101 1111000 0 1010 10011 101010 11100 1100 110101

Color Harmonies of #948578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948578

Black with #948578

Text Example


Text Example

White with #948578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948578; }

 p { color: rgb(148,133,120); }

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

background-color css

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

 a { background-color: rgb(148,133,120); }

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

border-color css

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

 span { border-color: rgb(148,133,120); }

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