Html Css Color HEX #ADA1AF Chatelle

📋 copy color: '#ADA1AF'

red 173 ◦ green 161 ◦ blue 175

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

Shades of Chatelle #ADA1AF

Tints of Chatelle #ADA1AF

RGB

 RED value IS 173 (67.97% from 255) = 33.99%

 GREEN value IS 161 (63.28% from 255) = 31.63%

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

R = 33.99%
G = 31.63%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA1AF (or 0xADA1AF) is known color: Chatelle. HEX triplet: AD, A1 and AF. RGB value is (173,161,175). Sum of RGB (Red+Green+Blue) = 173+161+175=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1AF is #525E50. Grayscale: #A6A6A6. Windows color (decimal): -5398097 or 11510189. OLE color: 11510189.

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

Color convert

RGB 173 161 175 -
CMYK 0.01 0.08 0 0.31
HSL 291.43º 0.08% 0.66% -
HSV(B) 291.43º 0.08% 0.69% -
XYZ 37.72 37.47 45.8 -
YUV 166.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 173 161 175 0.01 0.08 0 0.31 291.43 0.08 0.66
Hex AD A1 AF 1 8 0 1F 123 8 42
Octal 255 241 257 1 10 0 37 443 10 102
Binary 10101101 10100001 10101111 1 1000 0 11111 100100011 1000 1000010

Color Harmonies of #ADA1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1AF

Black with #ADA1AF

Text Example


Text Example

White with #ADA1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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