Html Css Color HEX #AD9CB2 Chatelle

📋 copy color: '#AD9CB2'

red 173 ◦ green 156 ◦ blue 178

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

Shades of Chatelle #AD9CB2

Tints of Chatelle #AD9CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 34.12%
G = 30.77%
B = 35.11%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD9CB2 (or 0xAD9CB2) is known color: Chatelle. HEX triplet: AD, 9C and B2. RGB value is (173,156,178). Sum of RGB (Red+Green+Blue) = 173+156+178=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD9CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CB2 is #52634D. Grayscale: #A3A3A3. Windows color (decimal): -5399374 or 11705517. OLE color: 11705517.

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

Color convert

RGB 173 156 178 -
CMYK 0.03 0.12 0 0.30
HSL 286.36º 0.13% 0.65% -
HSV(B) 286.36º 0.12% 0.7% -
XYZ 37.16 35.88 47.09 -
YUV 163.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 173 156 178 0.03 0.12 0 0.30 286.36 0.13 0.65
Hex AD 9C B2 3 C 0 1E 11E C 41
Octal 255 234 262 3 14 0 36 436 14 101
Binary 10101101 10011100 10110010 11 1100 0 11110 100011110 1100 1000001

Color Harmonies of #AD9CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CB2

Black with #AD9CB2

Text Example


Text Example

White with #AD9CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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