#999FAB

Color #999FAB Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #999FAB

Tints of Grey Chateau #999FAB

Color information

#999FAB (or 0x999FAB) is unknown color: approx Grey Chateau. HEX triplet: 99, 9F and AB. RGB value is (153,159,171). Sum of RGB (Red+Green+Blue) = 153+159+171=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #999FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAB is #666054. Grayscale: #9E9E9E. Windows color (decimal): -6709333 or 11247513. OLE color: 11247513.

HSL color Cylindrical-coordinate representation of color #999FAB: hue angle of 220º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999FAB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153159171-
CMYK0.110.0700.33
HSL220º9.68%63.53%-
HSV(B)220º10.53%67.06%-
XYZ32.8934.5143.46-
YUV158.57135.01124.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=31.68%
G=32.92%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531591710.110.0700.332209.6863.53
Hex999FABB7021dca40
Octal23123725313704133412100
Binary100110011001111110101011101111101000011101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FAB; }

 p { color: rgb(153,159,171); }

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

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

 a { background-color: rgb(153,159,171); }

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

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

 span { border-color: rgb(153,159,171); }

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