#ADAAAF

Color #ADAAAF Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #ADAAAF

Tints of Chatelle #ADAAAF

Color information

#ADAAAF (or 0xADAAAF) is unknown color: approx 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

RGB173170175-
CMYK0.010.0300.31
HSL276º3.03%67.65%-
HSV(B)276º2.86%68.63%-
XYZ39.3540.7346.35-
YUV171.47129.99129.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=33.40%
G=32.82%
B=33.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731701750.010.0300.312763.0367.65
HexADAAAF1301F114344
Octal255252257130374243104
Binary101011011010101010101111111011111100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>