#ADABAF

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

Shades of Chatelle #ADABAF

Tints of Chatelle #ADABAF

Color information

#ADABAF (or 0xADABAF) is unknown color: approx Chatelle. HEX triplet: AD, AB and AF. RGB value is (173,171,175). Sum of RGB (Red+Green+Blue) = 173+171+175=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAF is #525450. Grayscale: #ACACAC. Windows color (decimal): -5395537 or 11512749. OLE color: 11512749.

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

Color convert

RGB173171175-
CMYK0.010.0200.31
HSL270º2.44%67.84%-
HSV(B)270º2.29%68.63%-
XYZ39.5341.1146.41-
YUV172.05129.66128.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=33.33%
G=32.95%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731711750.010.0200.312702.4467.84
HexADABAF1201F10e244
Octal255253257120374162104
Binary101011011010101110101111110011111100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABAF; }

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

 H1.HeaderClassName
 {
   color: #ADABAF;
 }
 .AnyTagClassName
 {
   color: #ADABAF;
 }
</style>
background-color css

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

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

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

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

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

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