#ADACAA

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

Shades of Cloudy #ADACAA

Tints of Cloudy #ADACAA

Color information

#ADACAA (or 0xADACAA) is unknown color: approx Cloudy. HEX triplet: AD, AC and AA. RGB value is (173,172,170). Sum of RGB (Red+Green+Blue) = 173+172+170=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACAA is #525355. Grayscale: #ACACAC. Windows color (decimal): -5395286 or 11185325. OLE color: 11185325.

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

Color convert

RGB173172170-
CMYK00.010.020.32
HSL40º1.8%67.25%-
HSV(B)40º1.73%67.84%-
XYZ39.2441.2943.93-
YUV172.07126.83128.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=33.59%
G=33.40%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317217000.010.020.32401.867.25
HexADACAA0122028243
Octal25525425201240502103
Binary1010110110101100101010100110100000101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACAA; }

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

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

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

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

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

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

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

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