Html Css Color HEX #938476 Almond Frost

📋 copy color: '#938476'

red 147 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #938476

Tints of Almond Frost #938476

RGB

 RED value IS 147 (57.81% from 255) = 37.03%

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 37.03%
G = 33.25%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938476 (or 0x938476) is known color: Almond Frost. HEX triplet: 93, 84 and 76. RGB value is (147,132,118). Sum of RGB (Red+Green+Blue) = 147+132+118=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938476 is #6C7B89. Grayscale: #868686. Windows color (decimal): -7109514 or 7767187. OLE color: 7767187.

HSL color Cylindrical-coordinate representation of color #938476: hue angle of 28.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938476 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 118 -
CMYK 0 0.10 0.20 0.42
HSL 28.97º 0.12% 0.52% -
HSV(B) 28.97º 0.2% 0.58% -
XYZ 23.55 24.01 20.53 -
YUV 134.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 147 132 118 0 0.10 0.20 0.42 28.97 0.12 0.52
Hex 93 84 76 0 A 14 2A 1D C 34
Octal 223 204 166 0 12 24 52 35 14 64
Binary 10010011 10000100 1110110 0 1010 10100 101010 11101 1100 110100

Color Harmonies of #938476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938476

Black with #938476

Text Example


Text Example

White with #938476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938476; }

 p { color: rgb(147,132,118); }

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

background-color css

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

 a { background-color: rgb(147,132,118); }

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

border-color css

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

 span { border-color: rgb(147,132,118); }

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