Html Css Color HEX #988573 Almond Frost

📋 copy color: '#988573'

red 152 ◦ green 133 ◦ blue 115

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

Shades of Almond Frost #988573

Tints of Almond Frost #988573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 38%
G = 33.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988573 (or 0x988573) is known color: Almond Frost. HEX triplet: 98, 85 and 73. RGB value is (152,133,115). Sum of RGB (Red+Green+Blue) = 152+133+115=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988573 is #677A8C. Grayscale: #888888. Windows color (decimal): -6781581 or 7570840. OLE color: 7570840.

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

Color convert

RGB 152 133 115 -
CMYK 0 0.13 0.24 0.40
HSL 29.19º 0.15% 0.52% -
HSV(B) 29.19º 0.24% 0.6% -
XYZ 24.43 24.69 19.7 -
YUV 136.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 152 133 115 0 0.13 0.24 0.40 29.19 0.15 0.52
Hex 98 85 73 0 D 18 28 1D F 34
Octal 230 205 163 0 15 30 50 35 17 64
Binary 10011000 10000101 1110011 0 1101 11000 101000 11101 1111 110100

Color Harmonies of #988573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988573

Black with #988573

Text Example


Text Example

White with #988573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988573; }

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

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

background-color css

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

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

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

border-color css

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

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

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