Html Css Color HEX #A1A5A9 Grey Chateau

📋 copy color: '#A1A5A9'

red 161 ◦ green 165 ◦ blue 169

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

Shades of Grey Chateau #A1A5A9

Tints of Grey Chateau #A1A5A9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.33%

 BLUE value IS 169 (66.41% from 255) = 34.14%

R = 32.53%
G = 33.33%
B = 34.14%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A1A5A9 (or 0xA1A5A9) is known color: Grey Chateau. HEX triplet: A1, A5 and A9. RGB value is (161,165,169). Sum of RGB (Red+Green+Blue) = 161+165+169=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 169 - color contains mainly: blue. Hex color #A1A5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A5A9 is #5E5A56. Grayscale: #A4A4A4. Windows color (decimal): -6183511 or 11117985. OLE color: 11117985.

HSL color Cylindrical-coordinate representation of color #A1A5A9: hue angle of 210º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1A5A9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 165 169 -
CMYK 0.05 0.02 0 0.34
HSL 210º 0.04% 0.65% -
HSV(B) 210º 0.05% 0.66% -
XYZ 35.31 37.35 42.88 -
YUV 164.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 161 165 169 0.05 0.02 0 0.34 210 0.04 0.65
Hex A1 A5 A9 5 2 0 22 D2 4 41
Octal 241 245 251 5 2 0 42 322 4 101
Binary 10100001 10100101 10101001 101 10 0 100010 11010010 100 1000001

Color Harmonies of #A1A5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A5A9

Black with #A1A5A9

Text Example


Text Example

White with #A1A5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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