#99887E

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

Shades of Almond Frost #99887E

Tints of Almond Frost #99887E

Color information

#99887E (or 0x99887E) is unknown color: approx Almond Frost. HEX triplet: 99, 88 and 7E. RGB value is (153,136,126). Sum of RGB (Red+Green+Blue) = 153+136+126=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #99887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99887E is #667781. Grayscale: #8C8C8C. Windows color (decimal): -6715266 or 8292505. OLE color: 8292505.

HSL color Cylindrical-coordinate representation of color #99887E: hue angle of 22.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99887E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153136126-
CMYK00.110.180.4
HSL22.22º11.69%54.71%-
HSV(B)22.22º17.65%60%-
XYZ25.7125.8923.38-
YUV139.94120.13137.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=36.87%
G=32.77%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313612600.110.180.422.2211.6954.71
Hex99887E0B122816c37
Octal2312101760132250261467
Binary100110011000100011111100101110010101000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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