#ADABA5

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

Shades of Cloudy #ADABA5

Tints of Cloudy #ADABA5

Color information

#ADABA5 (or 0xADABA5) is unknown color: approx Cloudy. HEX triplet: AD, AB and A5. RGB value is (173,171,165). Sum of RGB (Red+Green+Blue) = 173+171+165=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA5 is #52545A. Grayscale: #AAAAAA. Windows color (decimal): -5395547 or 10857389. OLE color: 10857389.

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

Color convert

RGB173171165-
CMYK00.010.050.32
HSL45º4.65%66.27%-
HSV(B)45º4.62%67.84%-
XYZ38.5940.7341.42-
YUV170.91124.66129.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 165 (64.84% from 255) = 32.42%
R=33.99%
G=33.60%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317116500.010.050.32454.6566.27
HexADABA5015202d542
Octal25525324501540555102
Binary101011011010101110100101011011000001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABA5; }

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

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

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

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

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

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

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

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