Html Css Color HEX #ADA0AF Chatelle

📋 copy color: '#ADA0AF'

red 173 ◦ green 160 ◦ blue 175

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

Shades of Chatelle #ADA0AF

Tints of Chatelle #ADA0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.5%

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

R = 34.06%
G = 31.5%
B = 34.45%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA0AF (or 0xADA0AF) is known color: Chatelle. HEX triplet: AD, A0 and AF. RGB value is (173,160,175). Sum of RGB (Red+Green+Blue) = 173+160+175=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0AF is #525F50. Grayscale: #A5A5A5. Windows color (decimal): -5398353 or 11509933. OLE color: 11509933.

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

Color convert

RGB 173 160 175 -
CMYK 0.01 0.09 0 0.31
HSL 292º 0.09% 0.66% -
HSV(B) 292º 0.09% 0.69% -
XYZ 37.54 37.12 45.74 -
YUV 165.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 173 160 175 0.01 0.09 0 0.31 292 0.09 0.66
Hex AD A0 AF 1 9 0 1F 124 9 42
Octal 255 240 257 1 11 0 37 444 11 102
Binary 10101101 10100000 10101111 1 1001 0 11111 100100100 1001 1000010

Color Harmonies of #ADA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0AF

Black with #ADA0AF

Text Example


Text Example

White with #ADA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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