Html Css Color HEX #9D887E Almond Frost

📋 copy color: '#9D887E'

red 157 ◦ green 136 ◦ blue 126

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

Shades of Almond Frost #9D887E

Tints of Almond Frost #9D887E

RGB

 RED value IS 157 (61.72% from 255) = 37.47%

 GREEN value IS 136 (53.52% from 255) = 32.46%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 37.47%
G = 32.46%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D887E (or 0x9D887E) is known color: Almond Frost. HEX triplet: 9D, 88 and 7E. RGB value is (157,136,126). Sum of RGB (Red+Green+Blue) = 157+136+126=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D887E is #627781. Grayscale: #8D8D8D. Windows color (decimal): -6453122 or 8292509. OLE color: 8292509.

HSL color Cylindrical-coordinate representation of color #9D887E: hue angle of 19.35º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D887E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 136 126 -
CMYK 0 0.13 0.20 0.38
HSL 19.35º 0.14% 0.55% -
HSV(B) 19.35º 0.2% 0.62% -
XYZ 26.47 26.28 23.42 -
YUV 141.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 157 136 126 0 0.13 0.20 0.38 19.35 0.14 0.55
Hex 9D 88 7E 0 D 14 26 13 E 37
Octal 235 210 176 0 15 24 46 23 16 67
Binary 10011101 10001000 1111110 0 1101 10100 100110 10011 1110 110111

Color Harmonies of #9D887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D887E

Black with #9D887E

Text Example


Text Example

White with #9D887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D887E; }

 p { color: rgb(157,136,126); }

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

background-color css

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

 a { background-color: rgb(157,136,126); }

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

border-color css

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

 span { border-color: rgb(157,136,126); }

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