Html Css Color HEX #A1A9AF Grey Chateau

📋 copy color: '#A1A9AF'

red 161 ◦ green 169 ◦ blue 175

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

Shades of Grey Chateau #A1A9AF

Tints of Grey Chateau #A1A9AF

RGB

 RED value IS 161 (63.28% from 255) = 31.88%

 GREEN value IS 169 (66.41% from 255) = 33.47%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 31.88%
G = 33.47%
B = 34.65%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A1A9AF (or 0xA1A9AF) is known color: Grey Chateau. HEX triplet: A1, A9 and AF. RGB value is (161,169,175). Sum of RGB (Red+Green+Blue) = 161+169+175=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A9AF is #5E5650. Grayscale: #A7A7A7. Windows color (decimal): -6182481 or 11512225. OLE color: 11512225.

HSL color Cylindrical-coordinate representation of color #A1A9AF: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A9AF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 169 175 -
CMYK 0.08 0.03 0 0.31
HSL 205.71º 0.08% 0.66% -
HSV(B) 205.71º 0.08% 0.69% -
XYZ 36.62 39.05 46.16 -
YUV 167.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 161 169 175 0.08 0.03 0 0.31 205.71 0.08 0.66
Hex A1 A9 AF 8 3 0 1F CE 8 42
Octal 241 251 257 10 3 0 37 316 10 102
Binary 10100001 10101001 10101111 1000 11 0 11111 11001110 1000 1000010

Color Harmonies of #A1A9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A9AF

Black with #A1A9AF

Text Example


Text Example

White with #A1A9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A9AF; }

 p { color: rgb(161,169,175); }

 H1.HeaderClassName
 {
   color: #A1A9AF;
 }
 .AnyTagClassName
 {
   color: #A1A9AF;
 }
</style>

background-color css

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

 a { background-color: rgb(161,169,175); }

 div.DivClassName
 {
   background-color: #A1A9AF;
 }
 .BgClassName
 {
   background-color: #A1A9AF;
 }
</style>

border-color css

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

 span { border-color: rgb(161,169,175); }

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