Html Css Color HEX #988173 Almond Frost

📋 copy color: '#988173'

red 152 ◦ green 129 ◦ blue 115

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

Shades of Almond Frost #988173

Tints of Almond Frost #988173

RGB

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

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

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

R = 38.38%
G = 32.58%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988173 (or 0x988173) is known color: Almond Frost. HEX triplet: 98, 81 and 73. RGB value is (152,129,115). Sum of RGB (Red+Green+Blue) = 152+129+115=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988173 is #677E8C. Grayscale: #868686. Windows color (decimal): -6782605 or 7569816. OLE color: 7569816.

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

Color convert

RGB 152 129 115 -
CMYK 0 0.15 0.24 0.40
HSL 22.7º 0.15% 0.52% -
HSV(B) 22.7º 0.24% 0.6% -
XYZ 23.89 23.61 19.52 -
YUV 134.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 152 129 115 0 0.15 0.24 0.40 22.7 0.15 0.52
Hex 98 81 73 0 F 18 28 17 F 34
Octal 230 201 163 0 17 30 50 27 17 64
Binary 10011000 10000001 1110011 0 1111 11000 101000 10111 1111 110100

Color Harmonies of #988173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988173

Black with #988173

Text Example


Text Example

White with #988173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988173; }

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

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

background-color css

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

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

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

border-color css

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

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

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