Html Css Color HEX #978473 Almond Frost

📋 copy color: '#978473'

red 151 ◦ green 132 ◦ blue 115

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

Shades of Almond Frost #978473

Tints of Almond Frost #978473

RGB

 RED value IS 151 (59.38% from 255) = 37.94%

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

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 37.94%
G = 33.17%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#978473 (or 0x978473) is known color: Almond Frost. HEX triplet: 97, 84 and 73. RGB value is (151,132,115). Sum of RGB (Red+Green+Blue) = 151+132+115=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #978473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978473 is #687B8C. Grayscale: #878787. Windows color (decimal): -6847373 or 7570583. OLE color: 7570583.

HSL color Cylindrical-coordinate representation of color #978473: hue angle of 28.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978473 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 132 115 -
CMYK 0 0.13 0.24 0.41
HSL 28.33º 0.15% 0.52% -
HSV(B) 28.33º 0.24% 0.59% -
XYZ 24.11 24.32 19.64 -
YUV 135.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 151 132 115 0 0.13 0.24 0.41 28.33 0.15 0.52
Hex 97 84 73 0 D 18 29 1C F 34
Octal 227 204 163 0 15 30 51 34 17 64
Binary 10010111 10000100 1110011 0 1101 11000 101001 11100 1111 110100

Color Harmonies of #978473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978473

Black with #978473

Text Example


Text Example

White with #978473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978473; }

 p { color: rgb(151,132,115); }

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

background-color css

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

 a { background-color: rgb(151,132,115); }

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

border-color css

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

 span { border-color: rgb(151,132,115); }

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