Html Css Color HEX #978471 Almond Frost

📋 copy color: '#978471'

red 151 ◦ green 132 ◦ blue 113

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

Shades of Almond Frost #978471

Tints of Almond Frost #978471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.54%

R = 38.13%
G = 33.33%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#978471 (or 0x978471) is known color: Almond Frost. HEX triplet: 97, 84 and 71. RGB value is (151,132,113). Sum of RGB (Red+Green+Blue) = 151+132+113=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #978471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978471 is #687B8E. Grayscale: #878787. Windows color (decimal): -6847375 or 7439511. OLE color: 7439511.

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

Color convert

RGB 151 132 113 -
CMYK 0 0.13 0.25 0.41
HSL 30º 0.15% 0.52% -
HSV(B) 30º 0.25% 0.59% -
XYZ 23.99 24.27 19.04 -
YUV 135.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 151 132 113 0 0.13 0.25 0.41 30 0.15 0.52
Hex 97 84 71 0 D 19 29 1E F 34
Octal 227 204 161 0 15 31 51 36 17 64
Binary 10010111 10000100 1110001 0 1101 11001 101001 11110 1111 110100

Color Harmonies of #978471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978471

Black with #978471

Text Example


Text Example

White with #978471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978471; }

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

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

background-color css

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

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

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

border-color css

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

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

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