#93887E

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

Shades of Almond Frost #93887E

Tints of Almond Frost #93887E

Color information

#93887E (or 0x93887E) is unknown color: approx Almond Frost. HEX triplet: 93, 88 and 7E. RGB value is (147,136,126). Sum of RGB (Red+Green+Blue) = 147+136+126=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #93887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93887E is #6C7781. Grayscale: #8A8A8A. Windows color (decimal): -7108482 or 8292499. OLE color: 8292499.

HSL color Cylindrical-coordinate representation of color #93887E: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93887E is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147136126-
CMYK00.070.140.42
HSL28.57º8.86%53.53%-
HSV(B)28.57º14.29%57.65%-
XYZ24.625.3223.33-
YUV138.15121.14134.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=35.94%
G=33.25%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713612600.070.140.4228.578.8653.53
Hex93887E07E2A1d936
Octal223210176071652351166
Binary1001001110001000111111001111110101010111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93887E; }

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

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

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

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

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

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

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

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