Html Css Color HEX #988575 Almond Frost

📋 copy color: '#988575'

red 152 ◦ green 133 ◦ blue 117

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

Shades of Almond Frost #988575

Tints of Almond Frost #988575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 37.81%
G = 33.08%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#988575 (or 0x988575) is known color: Almond Frost. HEX triplet: 98, 85 and 75. RGB value is (152,133,117). Sum of RGB (Red+Green+Blue) = 152+133+117=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988575 is #677A8A. Grayscale: #888888. Windows color (decimal): -6781579 or 7701912. OLE color: 7701912.

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

Color convert

RGB 152 133 117 -
CMYK 0 0.13 0.23 0.40
HSL 27.43º 0.15% 0.53% -
HSV(B) 27.43º 0.23% 0.6% -
XYZ 24.55 24.73 20.31 -
YUV 136.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 152 133 117 0 0.13 0.23 0.40 27.43 0.15 0.53
Hex 98 85 75 0 D 17 28 1B F 35
Octal 230 205 165 0 15 27 50 33 17 65
Binary 10011000 10000101 1110101 0 1101 10111 101000 11011 1111 110101

Color Harmonies of #988575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988575

Black with #988575

Text Example


Text Example

White with #988575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988575; }

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

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

background-color css

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

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

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

border-color css

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

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

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