Html Css Color HEX #99A5AF Grey Chateau

📋 copy color: '#99A5AF'

red 153 ◦ green 165 ◦ blue 175

#99A5AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #99A5AF

Tints of Grey Chateau #99A5AF

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.5%

R = 31.03%
G = 33.47%
B = 35.5%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#99A5AF (or 0x99A5AF) is known color: 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

RGB 153 165 175 -
CMYK 0.13 0.06 0 0.31
HSL 207.27º 0.12% 0.64% -
HSV(B) 207.27º 0.13% 0.69% -
XYZ 34.33 36.78 45.85 -
YUV 162.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 153 165 175 0.13 0.06 0 0.31 207.27 0.12 0.64
Hex 99 A5 AF D 6 0 1F CF C 40
Octal 231 245 257 15 6 0 37 317 14 100
Binary 10011001 10100101 10101111 1101 110 0 11111 11001111 1100 1000000

Color Harmonies of #99A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A5AF

Black with #99A5AF

Text Example


Text Example

White with #99A5AF

Text Example


Text Example

HTML Codes & Css Web 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>