#938175

Color #938175 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #938175

Tints of Almond Frost #938175

Color information

#938175 (or 0x938175) is unknown color: approx Almond Frost. HEX triplet: 93, 81 and 75. RGB value is (147,129,117). Sum of RGB (Red+Green+Blue) = 147+129+117=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938175 is #6C7E8A. Grayscale: #858585. Windows color (decimal): -7110283 or 7700883. OLE color: 7700883.

HSL color Cylindrical-coordinate representation of color #938175: hue angle of 24º 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 #938175 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147129117-
CMYK00.120.200.42
HSL24º12.2%51.76%-
HSV(B)24º20.41%57.65%-
XYZ23.0923.1920.09-
YUV133.01118.96137.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=37.40%
G=32.82%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712911700.120.200.422412.251.76
Hex9381750C142A18c34
Octal2232011650142452301464
Binary100100111000000111101010110010100101010110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938175; }

 p { color: rgb(147,129,117); }

 H1.HeaderClassName
 {
   color: #938175;
 }
 .AnyTagClassName
 {
   color: #938175;
 }
</style>
background-color css

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

 a { background-color: rgb(147,129,117); }

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

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

 span { border-color: rgb(147,129,117); }

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