#A7ADB2

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

Shades of Grey Chateau #A7ADB2

Tints of Grey Chateau #A7ADB2

Color information

#A7ADB2 (or 0xA7ADB2) is unknown color: approx Grey Chateau. HEX triplet: A7, AD and B2. RGB value is (167,173,178). Sum of RGB (Red+Green+Blue) = 167+173+178=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 178 - color contains mainly: blue. Hex color #A7ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADB2 is #58524D. Grayscale: #ABABAB. Windows color (decimal): -5788238 or 11709863. OLE color: 11709863.

HSL color Cylindrical-coordinate representation of color #A7ADB2: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7ADB2 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167173178-
CMYK0.060.0300.30
HSL207.27º6.67%67.65%-
HSV(B)207.27º6.18%69.8%-
XYZ38.9241.3248.04-
YUV171.78131.51124.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=32.24%
G=33.40%
B=34.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671731780.060.0300.30207.276.6767.65
HexA7ADB26301Ecf744
Octal247255262630363177104
Binary10100111101011011011001011011011110110011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADB2; }

 p { color: rgb(167,173,178); }

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

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

 a { background-color: rgb(167,173,178); }

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

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

 span { border-color: rgb(167,173,178); }

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