Html Css Color HEX #9F8472 Almond Frost

📋 copy color: '#9F8472'

red 159 ◦ green 132 ◦ blue 114

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

Shades of Almond Frost #9F8472

Tints of Almond Frost #9F8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 39.26%
G = 32.59%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F8472 (or 0x9F8472) is known color: Almond Frost. HEX triplet: 9F, 84 and 72. RGB value is (159,132,114). Sum of RGB (Red+Green+Blue) = 159+132+114=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8472 is #607B8D. Grayscale: #8A8A8A. Windows color (decimal): -6323086 or 7505055. OLE color: 7505055.

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

Color convert

RGB 159 132 114 -
CMYK 0 0.17 0.28 0.38
HSL 24º 0.19% 0.54% -
HSV(B) 24º 0.28% 0.62% -
XYZ 25.59 25.09 19.41 -
YUV 138.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 159 132 114 0 0.17 0.28 0.38 24 0.19 0.54
Hex 9F 84 72 0 11 1C 26 18 13 36
Octal 237 204 162 0 21 34 46 30 23 66
Binary 10011111 10000100 1110010 0 10001 11100 100110 11000 10011 110110

Color Harmonies of #9F8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8472

Black with #9F8472

Text Example


Text Example

White with #9F8472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,132,114); }

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

background-color css

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

 a { background-color: rgb(159,132,114); }

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

border-color css

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

 span { border-color: rgb(159,132,114); }

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