Html Css Color HEX #AD9CB1 Chatelle

📋 copy color: '#AD9CB1'

red 173 ◦ green 156 ◦ blue 177

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

Shades of Chatelle #AD9CB1

Tints of Chatelle #AD9CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

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

R = 34.19%
G = 30.83%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD9CB1 (or 0xAD9CB1) is known color: Chatelle. HEX triplet: AD, 9C and B1. RGB value is (173,156,177). Sum of RGB (Red+Green+Blue) = 173+156+177=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD9CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CB1 is #52634E. Grayscale: #A3A3A3. Windows color (decimal): -5399375 or 11639981. OLE color: 11639981.

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

Color convert

RGB 173 156 177 -
CMYK 0.02 0.12 0 0.31
HSL 288.57º 0.12% 0.65% -
HSV(B) 288.57º 0.12% 0.69% -
XYZ 37.06 35.84 46.56 -
YUV 163.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 173 156 177 0.02 0.12 0 0.31 288.57 0.12 0.65
Hex AD 9C B1 2 C 0 1F 121 C 41
Octal 255 234 261 2 14 0 37 441 14 101
Binary 10101101 10011100 10110001 10 1100 0 11111 100100001 1100 1000001

Color Harmonies of #AD9CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CB1

Black with #AD9CB1

Text Example


Text Example

White with #AD9CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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