#99A3AB

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

Shades of Grey Chateau #99A3AB

Tints of Grey Chateau #99A3AB

Color information

#99A3AB (or 0x99A3AB) is unknown color: approx Grey Chateau. HEX triplet: 99, A3 and AB. RGB value is (153,163,171). Sum of RGB (Red+Green+Blue) = 153+163+171=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #99A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A3AB is #665C54. Grayscale: #A0A0A0. Windows color (decimal): -6708309 or 11248537. OLE color: 11248537.

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

Color convert

RGB153163171-
CMYK0.110.0500.33
HSL206.67º9.68%63.53%-
HSV(B)206.67º10.53%67.06%-
XYZ33.5835.9143.69-
YUV160.92133.69122.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=31.42%
G=33.47%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531631710.110.0500.33206.679.6863.53
Hex99A3ABB5021cfa40
Octal23124325313504131712100
Binary100110011010001110101011101110101000011100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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