Html Css Color HEX #9F8571 Almond Frost

📋 copy color: '#9F8571'

red 159 ◦ green 133 ◦ blue 113

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

Shades of Almond Frost #9F8571

Tints of Almond Frost #9F8571

RGB

 RED value IS 159 (62.5% from 255) = 39.26%

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

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 39.26%
G = 32.84%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F8571 (or 0x9F8571) is known color: Almond Frost. HEX triplet: 9F, 85 and 71. RGB value is (159,133,113). Sum of RGB (Red+Green+Blue) = 159+133+113=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8571 is #607A8E. Grayscale: #8A8A8A. Windows color (decimal): -6322831 or 7439775. OLE color: 7439775.

HSL color Cylindrical-coordinate representation of color #9F8571: hue angle of 26.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8571 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 133 113 -
CMYK 0 0.16 0.29 0.38
HSL 26.09º 0.19% 0.53% -
HSV(B) 26.09º 0.29% 0.62% -
XYZ 25.67 25.34 19.16 -
YUV 138.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 159 133 113 0 0.16 0.29 0.38 26.09 0.19 0.53
Hex 9F 85 71 0 10 1D 26 1A 13 35
Octal 237 205 161 0 20 35 46 32 23 65
Binary 10011111 10000101 1110001 0 10000 11101 100110 11010 10011 110101

Color Harmonies of #9F8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8571

Black with #9F8571

Text Example


Text Example

White with #9F8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,133,113); }

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

background-color css

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

 a { background-color: rgb(159,133,113); }

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

border-color css

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

 span { border-color: rgb(159,133,113); }

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