Html Css Color HEX #978171 Almond Frost

📋 copy color: '#978171'

red 151 ◦ green 129 ◦ blue 113

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

Shades of Almond Frost #978171

Tints of Almond Frost #978171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 38.42%
G = 32.82%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#978171 (or 0x978171) is known color: Almond Frost. HEX triplet: 97, 81 and 71. RGB value is (151,129,113). Sum of RGB (Red+Green+Blue) = 151+129+113=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #978171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978171 is #687E8E. Grayscale: #858585. Windows color (decimal): -6848143 or 7438743. OLE color: 7438743.

HSL color Cylindrical-coordinate representation of color #978171: hue angle of 25.26º 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 #978171 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 129 113 -
CMYK 0 0.15 0.25 0.41
HSL 25.26º 0.15% 0.52% -
HSV(B) 25.26º 0.25% 0.59% -
XYZ 23.59 23.47 18.91 -
YUV 133.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 151 129 113 0 0.15 0.25 0.41 25.26 0.15 0.52
Hex 97 81 71 0 F 19 29 19 F 34
Octal 227 201 161 0 17 31 51 31 17 64
Binary 10010111 10000001 1110001 0 1111 11001 101001 11001 1111 110100

Color Harmonies of #978171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978171

Black with #978171

Text Example


Text Example

White with #978171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978171; }

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

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

background-color css

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

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

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

border-color css

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

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

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