Html Css Color HEX #AD9AB1 Chatelle

📋 copy color: '#AD9AB1'

red 173 ◦ green 154 ◦ blue 177

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

Shades of Chatelle #AD9AB1

Tints of Chatelle #AD9AB1

RGB

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

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

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

R = 34.33%
G = 30.56%
B = 35.12%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD9AB1 (or 0xAD9AB1) is known color: Chatelle. HEX triplet: AD, 9A and B1. RGB value is (173,154,177). Sum of RGB (Red+Green+Blue) = 173+154+177=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AB1 is #52654E. Grayscale: #A2A2A2. Windows color (decimal): -5399887 or 11639469. OLE color: 11639469.

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

Color convert

RGB 173 154 177 -
CMYK 0.02 0.13 0 0.31
HSL 289.57º 0.13% 0.65% -
HSV(B) 289.57º 0.13% 0.69% -
XYZ 36.73 35.17 46.45 -
YUV 162.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 173 154 177 0.02 0.13 0 0.31 289.57 0.13 0.65
Hex AD 9A B1 2 D 0 1F 122 D 41
Octal 255 232 261 2 15 0 37 442 15 101
Binary 10101101 10011010 10110001 10 1101 0 11111 100100010 1101 1000001

Color Harmonies of #AD9AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AB1

Black with #AD9AB1

Text Example


Text Example

White with #AD9AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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