#99A5AF

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

Shades of Grey Chateau #99A5AF

Tints of Grey Chateau #99A5AF

Color information

#99A5AF (or 0x99A5AF) is unknown color: approx Grey Chateau. HEX triplet: 99, A5 and AF. RGB value is (153,165,175). Sum of RGB (Red+Green+Blue) = 153+165+175=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: blue. Hex color #99A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A5AF is #665A50. Grayscale: #A2A2A2. Windows color (decimal): -6707793 or 11511193. OLE color: 11511193.

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

Color convert

RGB153165175-
CMYK0.130.0600.31
HSL207.27º12.09%64.31%-
HSV(B)207.27º12.57%68.63%-
XYZ34.3336.7845.85-
YUV162.55135.02121.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=31.03%
G=33.47%
B=35.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531651750.130.0600.31207.2712.0964.31
Hex99A5AFD601Fcfc40
Octal23124525715603731714100
Binary10011001101001011010111111011100111111100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,175); }

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

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

 a { background-color: rgb(153,165,175); }

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

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

 span { border-color: rgb(153,165,175); }

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