#99A3B0

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

Shades of Grey Chateau #99A3B0

Tints of Grey Chateau #99A3B0

Color information

#99A3B0 (or 0x99A3B0) is unknown color: approx Grey Chateau. HEX triplet: 99, A3 and B0. RGB value is (153,163,176). Sum of RGB (Red+Green+Blue) = 153+163+176=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #99A3B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A3B0 is #665C4F. Grayscale: #A1A1A1. Windows color (decimal): -6708304 or 11576217. OLE color: 11576217.

HSL color Cylindrical-coordinate representation of color #99A3B0: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A3B0 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153163176-
CMYK0.130.0700.31
HSL213.91º12.71%64.51%-
HSV(B)213.91º13.07%69.02%-
XYZ34.0736.146.25-
YUV161.49136.19121.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=31.10%
G=33.13%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531631760.130.0700.31213.9112.7164.51
Hex99A3B0D701Fd6d41
Octal23124326015703732615101
Binary10011001101000111011000011011110111111101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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