Html Css Color HEX #ADA2AF Chatelle

📋 copy color: '#ADA2AF'

red 173 ◦ green 162 ◦ blue 175

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

Shades of Chatelle #ADA2AF

Tints of Chatelle #ADA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.76%

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

R = 33.92%
G = 31.76%
B = 34.31%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA2AF (or 0xADA2AF) is known color: Chatelle. HEX triplet: AD, A2 and AF. RGB value is (173,162,175). Sum of RGB (Red+Green+Blue) = 173+162+175=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2AF is #525D50. Grayscale: #A6A6A6. Windows color (decimal): -5397841 or 11510445. OLE color: 11510445.

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

Color convert

RGB 173 162 175 -
CMYK 0.01 0.07 0 0.31
HSL 290.77º 0.08% 0.66% -
HSV(B) 290.77º 0.07% 0.69% -
XYZ 37.89 37.82 45.86 -
YUV 166.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 173 162 175 0.01 0.07 0 0.31 290.77 0.08 0.66
Hex AD A2 AF 1 7 0 1F 123 8 42
Octal 255 242 257 1 7 0 37 443 10 102
Binary 10101101 10100010 10101111 1 111 0 11111 100100011 1000 1000010

Color Harmonies of #ADA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2AF

Black with #ADA2AF

Text Example


Text Example

White with #ADA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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