#ABACAD

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

Shades of Grey Chateau #ABACAD

Tints of Grey Chateau #ABACAD

Color information

#ABACAD (or 0xABACAD) is unknown color: approx Grey Chateau. HEX triplet: AB, AC and AD. RGB value is (171,172,173). Sum of RGB (Red+Green+Blue) = 171+172+173=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACAD is #545352. Grayscale: #ABABAB. Windows color (decimal): -5526355 or 11381931. OLE color: 11381931.

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

Color convert

RGB171172173-
CMYK0.010.0100.32
HSL210º1.2%67.45%-
HSV(B)210º1.16%67.84%-
XYZ39.0941.1845.42-
YUV171.82128.67127.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=33.14%
G=33.33%
B=33.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711721730.010.0100.322101.267.45
HexABACAD11020d2143
Octal253254255110403221103
Binary1010101110101100101011011101000001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACAD; }

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

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

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

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

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

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

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

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