Html Css Color HEX #988273 Almond Frost

📋 copy color: '#988273'

red 152 ◦ green 130 ◦ blue 115

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

Shades of Almond Frost #988273

Tints of Almond Frost #988273

RGB

 RED value IS 152 (59.77% from 255) = 38.29%

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

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

R = 38.29%
G = 32.75%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988273 (or 0x988273) is known color: Almond Frost. HEX triplet: 98, 82 and 73. RGB value is (152,130,115). Sum of RGB (Red+Green+Blue) = 152+130+115=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988273 is #677D8C. Grayscale: #868686. Windows color (decimal): -6782349 or 7570072. OLE color: 7570072.

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

Color convert

RGB 152 130 115 -
CMYK 0 0.14 0.24 0.40
HSL 24.32º 0.15% 0.52% -
HSV(B) 24.32º 0.24% 0.6% -
XYZ 24.03 23.88 19.56 -
YUV 134.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 152 130 115 0 0.14 0.24 0.40 24.32 0.15 0.52
Hex 98 82 73 0 E 18 28 18 F 34
Octal 230 202 163 0 16 30 50 30 17 64
Binary 10011000 10000010 1110011 0 1110 11000 101000 11000 1111 110100

Color Harmonies of #988273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988273

Black with #988273

Text Example


Text Example

White with #988273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988273; }

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

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

background-color css

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

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

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

border-color css

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

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

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