Html Css Color HEX #ADA1B1 Chatelle

📋 copy color: '#ADA1B1'

red 173 ◦ green 161 ◦ blue 177

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

Shades of Chatelle #ADA1B1

Tints of Chatelle #ADA1B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.64%

R = 33.86%
G = 31.51%
B = 34.64%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA1B1 (or 0xADA1B1) is known color: Chatelle. HEX triplet: AD, A1 and B1. RGB value is (173,161,177). Sum of RGB (Red+Green+Blue) = 173+161+177=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADA1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1B1 is #525E4E. Grayscale: #A6A6A6. Windows color (decimal): -5398095 or 11641261. OLE color: 11641261.

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

Color convert

RGB 173 161 177 -
CMYK 0.02 0.09 0 0.31
HSL 285º 0.09% 0.66% -
HSV(B) 285º 0.09% 0.69% -
XYZ 37.91 37.55 46.84 -
YUV 166.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 173 161 177 0.02 0.09 0 0.31 285 0.09 0.66
Hex AD A1 B1 2 9 0 1F 11D 9 42
Octal 255 241 261 2 11 0 37 435 11 102
Binary 10101101 10100001 10110001 10 1001 0 11111 100011101 1001 1000010

Color Harmonies of #ADA1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA1B1

Black with #ADA1B1

Text Example


Text Example

White with #ADA1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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