Html Css Color HEX #AD9EAF Chatelle

📋 copy color: '#AD9EAF'

red 173 ◦ green 158 ◦ blue 175

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

Shades of Chatelle #AD9EAF

Tints of Chatelle #AD9EAF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 34.19%
G = 31.23%
B = 34.58%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD9EAF (or 0xAD9EAF) is known color: Chatelle. HEX triplet: AD, 9E and AF. RGB value is (173,158,175). Sum of RGB (Red+Green+Blue) = 173+158+175=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD9EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAF is #526150. Grayscale: #A4A4A4. Windows color (decimal): -5398865 or 11509421. OLE color: 11509421.

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

Color convert

RGB 173 158 175 -
CMYK 0.01 0.10 0 0.31
HSL 292.94º 0.1% 0.65% -
HSV(B) 292.94º 0.1% 0.69% -
XYZ 37.2 36.43 45.63 -
YUV 164.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 173 158 175 0.01 0.10 0 0.31 292.94 0.1 0.65
Hex AD 9E AF 1 A 0 1F 125 A 41
Octal 255 236 257 1 12 0 37 445 12 101
Binary 10101101 10011110 10101111 1 1010 0 11111 100100101 1010 1000001

Color Harmonies of #AD9EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EAF

Black with #AD9EAF

Text Example


Text Example

White with #AD9EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EAF; }

 p { color: rgb(173,158,175); }

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

background-color css

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

 a { background-color: rgb(173,158,175); }

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

border-color css

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

 span { border-color: rgb(173,158,175); }

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