#ADABB0

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

Shades of Chatelle #ADABB0

Tints of Chatelle #ADABB0

Color information

#ADABB0 (or 0xADABB0) is unknown color: approx Chatelle. HEX triplet: AD, AB and B0. RGB value is (173,171,176). Sum of RGB (Red+Green+Blue) = 173+171+176=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABB0 is #52544F. Grayscale: #ACACAC. Windows color (decimal): -5395536 or 11578285. OLE color: 11578285.

HSL color Cylindrical-coordinate representation of color #ADABB0: hue angle of 264º 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 #ADABB0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173171176-
CMYK0.020.0300.31
HSL264º3.07%68.04%-
HSV(B)264º2.84%69.02%-
XYZ39.6341.1446.93-
YUV172.17130.16128.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=33.27%
G=32.88%
B=33.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731711760.020.0300.312643.0768.04
HexADABB02301F108344
Octal255253260230374103104
Binary1010110110101011101100001011011111100001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABB0; }

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

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

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

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

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

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

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

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