Html Css Color HEX #AD9AB3 Chatelle

📋 copy color: '#AD9AB3'

red 173 ◦ green 154 ◦ blue 179

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

Shades of Chatelle #AD9AB3

Tints of Chatelle #AD9AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 34.19%
G = 30.43%
B = 35.38%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD9AB3 (or 0xAD9AB3) is known color: Chatelle. HEX triplet: AD, 9A and B3. RGB value is (173,154,179). Sum of RGB (Red+Green+Blue) = 173+154+179=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD9AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AB3 is #52654C. Grayscale: #A2A2A2. Windows color (decimal): -5399885 or 11770541. OLE color: 11770541.

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

Color convert

RGB 173 154 179 -
CMYK 0.03 0.14 0 0.30
HSL 285.6º 0.14% 0.65% -
HSV(B) 285.6º 0.14% 0.7% -
XYZ 36.93 35.25 47.51 -
YUV 162.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 173 154 179 0.03 0.14 0 0.30 285.6 0.14 0.65
Hex AD 9A B3 3 E 0 1E 11E E 41
Octal 255 232 263 3 16 0 36 436 16 101
Binary 10101101 10011010 10110011 11 1110 0 11110 100011110 1110 1000001

Color Harmonies of #AD9AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AB3

Black with #AD9AB3

Text Example


Text Example

White with #AD9AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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