Html Css Color HEX #ADA6AF Chatelle

📋 copy color: '#ADA6AF'

red 173 ◦ green 166 ◦ blue 175

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

Shades of Chatelle #ADA6AF

Tints of Chatelle #ADA6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

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

R = 33.66%
G = 32.3%
B = 34.05%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA6AF (or 0xADA6AF) is known color: Chatelle. HEX triplet: AD, A6 and AF. RGB value is (173,166,175). Sum of RGB (Red+Green+Blue) = 173+166+175=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AF is #525950. Grayscale: #A9A9A9. Windows color (decimal): -5396817 or 11511469. OLE color: 11511469.

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

Color convert

RGB 173 166 175 -
CMYK 0.01 0.05 0 0.31
HSL 286.67º 0.05% 0.67% -
HSV(B) 286.67º 0.05% 0.69% -
XYZ 38.61 39.25 46.1 -
YUV 169.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 173 166 175 0.01 0.05 0 0.31 286.67 0.05 0.67
Hex AD A6 AF 1 5 0 1F 11F 5 43
Octal 255 246 257 1 5 0 37 437 5 103
Binary 10101101 10100110 10101111 1 101 0 11111 100011111 101 1000011

Color Harmonies of #ADA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6AF

Black with #ADA6AF

Text Example


Text Example

White with #ADA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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