#ADAAA1

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

Shades of Cloudy #ADAAA1

Tints of Cloudy #ADAAA1

Color information

#ADAAA1 (or 0xADAAA1) is unknown color: approx Cloudy. HEX triplet: AD, AA and A1. RGB value is (173,170,161). Sum of RGB (Red+Green+Blue) = 173+170+161=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA1 is #52555E. Grayscale: #A9A9A9. Windows color (decimal): -5395807 or 10594989. OLE color: 10594989.

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

Color convert

RGB173170161-
CMYK00.020.070.32
HSL45º6.82%65.49%-
HSV(B)45º6.94%67.84%-
XYZ38.0440.2139.47-
YUV169.87122.99130.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=34.33%
G=33.73%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317016100.020.070.32456.8265.49
HexADAAA1027202d741
Octal25525224102740557101
Binary1010110110101010101000010101111000001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAA1; }

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

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

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

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

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

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

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

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