#ADACAB

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

Shades of Cloudy #ADACAB

Tints of Cloudy #ADACAB

Color information

#ADACAB (or 0xADACAB) is unknown color: approx Cloudy. HEX triplet: AD, AC and AB. RGB value is (173,172,171). Sum of RGB (Red+Green+Blue) = 173+172+171=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAB is #525354. Grayscale: #ACACAC. Windows color (decimal): -5395285 or 11250861. OLE color: 11250861.

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

Color convert

RGB173172171-
CMYK00.010.010.32
HSL30º1.2%67.45%-
HSV(B)30º1.16%67.84%-
XYZ39.3441.3344.43-
YUV172.18127.33128.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317217100.010.010.32301.267.45
HexADACAB011201e143
Octal25525425301140361103
Binary1010110110101100101010110111000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACAB; }

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

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

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

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

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

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

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

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