Html Css Color HEX #ADA6B3 Chatelle

📋 copy color: '#ADA6B3'

red 173 ◦ green 166 ◦ blue 179

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

Shades of Chatelle #ADA6B3

Tints of Chatelle #ADA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 33.4%
G = 32.05%
B = 34.56%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ADA6B3 (or 0xADA6B3) is known color: Chatelle. HEX triplet: AD, A6 and B3. RGB value is (173,166,179). Sum of RGB (Red+Green+Blue) = 173+166+179=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADA6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6B3 is #52594C. Grayscale: #A9A9A9. Windows color (decimal): -5396813 or 11773613. OLE color: 11773613.

HSL color Cylindrical-coordinate representation of color #ADA6B3: hue angle of 272.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADA6B3 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 166 179 -
CMYK 0.03 0.07 0 0.30
HSL 272.31º 0.08% 0.68% -
HSV(B) 272.31º 0.07% 0.7% -
XYZ 39.01 39.41 48.2 -
YUV 169.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 173 166 179 0.03 0.07 0 0.30 272.31 0.08 0.68
Hex AD A6 B3 3 7 0 1E 110 8 44
Octal 255 246 263 3 7 0 36 420 10 104
Binary 10101101 10100110 10110011 11 111 0 11110 100010000 1000 1000100

Color Harmonies of #ADA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6B3

Black with #ADA6B3

Text Example


Text Example

White with #ADA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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