#99A1AB

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

Shades of Grey Chateau #99A1AB

Tints of Grey Chateau #99A1AB

Color information

#99A1AB (or 0x99A1AB) is unknown color: approx Grey Chateau. HEX triplet: 99, A1 and AB. RGB value is (153,161,171). Sum of RGB (Red+Green+Blue) = 153+161+171=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1AB is #665E54. Grayscale: #9F9F9F. Windows color (decimal): -6708821 or 11248025. OLE color: 11248025.

HSL color Cylindrical-coordinate representation of color #99A1AB: hue angle of 213.33º 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 #99A1AB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153161171-
CMYK0.110.0600.33
HSL213.33º9.68%63.53%-
HSV(B)213.33º10.53%67.06%-
XYZ33.2335.243.57-
YUV159.75134.35123.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=31.55%
G=33.20%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531611710.110.0600.33213.339.6863.53
Hex99A1ABB6021d5a40
Octal23124125313604132512100
Binary100110011010000110101011101111001000011101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A1AB; }

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

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

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

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

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

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

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

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