Html Css Color HEX #A1A7AF Grey Chateau

📋 copy color: '#A1A7AF'

red 161 ◦ green 167 ◦ blue 175

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

Shades of Grey Chateau #A1A7AF

Tints of Grey Chateau #A1A7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

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

R = 32.01%
G = 33.2%
B = 34.79%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A1A7AF (or 0xA1A7AF) is known color: Grey Chateau. HEX triplet: A1, A7 and AF. RGB value is (161,167,175). Sum of RGB (Red+Green+Blue) = 161+167+175=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1A7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A7AF is #5E5850. Grayscale: #A6A6A6. Windows color (decimal): -6182993 or 11511713. OLE color: 11511713.

HSL color Cylindrical-coordinate representation of color #A1A7AF: hue angle of 214.29º 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 #A1A7AF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 167 175 -
CMYK 0.08 0.05 0 0.31
HSL 214.29º 0.08% 0.66% -
HSV(B) 214.29º 0.08% 0.69% -
XYZ 36.25 38.31 46.04 -
YUV 166.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 161 167 175 0.08 0.05 0 0.31 214.29 0.08 0.66
Hex A1 A7 AF 8 5 0 1F D6 8 42
Octal 241 247 257 10 5 0 37 326 10 102
Binary 10100001 10100111 10101111 1000 101 0 11111 11010110 1000 1000010

Color Harmonies of #A1A7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A7AF

Black with #A1A7AF

Text Example


Text Example

White with #A1A7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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