Html Css Color HEX #ADAAAF Chatelle

📋 copy color: '#ADAAAF'

red 173 ◦ green 170 ◦ blue 175

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

Shades of Chatelle #ADAAAF

Tints of Chatelle #ADAAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.82%

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

R = 33.4%
G = 32.82%
B = 33.78%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADAAAF (or 0xADAAAF) is known color: Chatelle. HEX triplet: AD, AA and AF. RGB value is (173,170,175). Sum of RGB (Red+Green+Blue) = 173+170+175=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAAF is #525550. Grayscale: #ABABAB. Windows color (decimal): -5395793 or 11512493. OLE color: 11512493.

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

Color convert

RGB 173 170 175 -
CMYK 0.01 0.03 0 0.31
HSL 276º 0.03% 0.68% -
HSV(B) 276º 0.03% 0.69% -
XYZ 39.35 40.73 46.35 -
YUV 171.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 173 170 175 0.01 0.03 0 0.31 276 0.03 0.68
Hex AD AA AF 1 3 0 1F 114 3 44
Octal 255 252 257 1 3 0 37 424 3 104
Binary 10101101 10101010 10101111 1 11 0 11111 100010100 11 1000100

Color Harmonies of #ADAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAAF

Black with #ADAAAF

Text Example


Text Example

White with #ADAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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