#ABADAF

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

Shades of Grey Chateau #ABADAF

Tints of Grey Chateau #ABADAF

Color information

#ABADAF (or 0xABADAF) is unknown color: approx Grey Chateau. HEX triplet: AB, AD and AF. RGB value is (171,173,175). Sum of RGB (Red+Green+Blue) = 171+173+175=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 173 (67.97% from 255 or 33.33% 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 #ABADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAF is #545250. Grayscale: #ACACAC. Windows color (decimal): -5526097 or 11513259. OLE color: 11513259.

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

Color convert

RGB171173175-
CMYK0.020.0100.31
HSL210º2.44%67.84%-
HSV(B)210º2.29%68.63%-
XYZ39.4841.6446.51-
YUV172.63129.34126.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711731750.020.0100.312102.4467.84
HexABADAF2101Fd2244
Octal253255257210373222104
Binary10101011101011011010111110101111111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADAF; }

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

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

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

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

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

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

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

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