Html Css Color HEX #ADA9B1 Chatelle

📋 copy color: '#ADA9B1'

red 173 ◦ green 169 ◦ blue 177

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

Shades of Chatelle #ADA9B1

Tints of Chatelle #ADA9B1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

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

R = 33.33%
G = 32.56%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA9B1 (or 0xADA9B1) is known color: Chatelle. HEX triplet: AD, A9 and B1. RGB value is (173,169,177). Sum of RGB (Red+Green+Blue) = 173+169+177=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9B1 is #52564E. Grayscale: #ABABAB. Windows color (decimal): -5396047 or 11643309. OLE color: 11643309.

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

Color convert

RGB 173 169 177 -
CMYK 0.02 0.05 0 0.31
HSL 270º 0.05% 0.68% -
HSV(B) 270º 0.05% 0.69% -
XYZ 39.36 40.43 47.33 -
YUV 171.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 173 169 177 0.02 0.05 0 0.31 270 0.05 0.68
Hex AD A9 B1 2 5 0 1F 10E 5 44
Octal 255 251 261 2 5 0 37 416 5 104
Binary 10101101 10101001 10110001 10 101 0 11111 100001110 101 1000100

Color Harmonies of #ADA9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9B1

Black with #ADA9B1

Text Example


Text Example

White with #ADA9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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