#ADABA8

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

Shades of Cloudy #ADABA8

Tints of Cloudy #ADABA8

Color information

#ADABA8 (or 0xADABA8) is unknown color: approx Cloudy. HEX triplet: AD, AB and A8. RGB value is (173,171,168). Sum of RGB (Red+Green+Blue) = 173+171+168=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA8 is #525457. Grayscale: #ABABAB. Windows color (decimal): -5395544 or 11053997. OLE color: 11053997.

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

Color convert

RGB173171168-
CMYK00.010.030.32
HSL36º2.96%66.86%-
HSV(B)36º2.89%67.84%-
XYZ38.8640.8442.88-
YUV171.26126.16129.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=33.79%
G=33.40%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317116800.010.030.32362.9666.86
HexADABA80132024343
Octal25525325001340443103
Binary1010110110101011101010000111100000100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABA8; }

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

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

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

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

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

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

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

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