Html Css Color HEX #948279 Almond Frost

📋 copy color: '#948279'

red 148 ◦ green 130 ◦ blue 121

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

Shades of Almond Frost #948279

Tints of Almond Frost #948279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 37.09%
G = 32.58%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#948279 (or 0x948279) is known color: Almond Frost. HEX triplet: 94, 82 and 79. RGB value is (148,130,121). Sum of RGB (Red+Green+Blue) = 148+130+121=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948279 is #6B7D86. Grayscale: #868686. Windows color (decimal): -7044487 or 7963284. OLE color: 7963284.

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

Color convert

RGB 148 130 121 -
CMYK 0 0.12 0.18 0.42
HSL 20º 0.11% 0.53% -
HSV(B) 20º 0.18% 0.58% -
XYZ 23.65 23.64 21.41 -
YUV 134.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 148 130 121 0 0.12 0.18 0.42 20 0.11 0.53
Hex 94 82 79 0 C 12 2A 14 B 35
Octal 224 202 171 0 14 22 52 24 13 65
Binary 10010100 10000010 1111001 0 1100 10010 101010 10100 1011 110101

Color Harmonies of #948279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948279

Black with #948279

Text Example


Text Example

White with #948279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948279; }

 p { color: rgb(148,130,121); }

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

background-color css

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

 a { background-color: rgb(148,130,121); }

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

border-color css

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

 span { border-color: rgb(148,130,121); }

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