Html Css Color HEX #978273 Almond Frost

📋 copy color: '#978273'

red 151 ◦ green 130 ◦ blue 115

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

Shades of Almond Frost #978273

Tints of Almond Frost #978273

RGB

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

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

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

R = 38.13%
G = 32.83%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#978273 (or 0x978273) is known color: Almond Frost. HEX triplet: 97, 82 and 73. RGB value is (151,130,115). Sum of RGB (Red+Green+Blue) = 151+130+115=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #978273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978273 is #687D8C. Grayscale: #868686. Windows color (decimal): -6847885 or 7570071. OLE color: 7570071.

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

Color convert

RGB 151 130 115 -
CMYK 0 0.14 0.24 0.41
HSL 25º 0.15% 0.52% -
HSV(B) 25º 0.24% 0.59% -
XYZ 23.84 23.78 19.55 -
YUV 134.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 151 130 115 0 0.14 0.24 0.41 25 0.15 0.52
Hex 97 82 73 0 E 18 29 19 F 34
Octal 227 202 163 0 16 30 51 31 17 64
Binary 10010111 10000010 1110011 0 1110 11000 101001 11001 1111 110100

Color Harmonies of #978273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978273

Black with #978273

Text Example


Text Example

White with #978273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978273; }

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

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

background-color css

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

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

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

border-color css

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

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

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