#ADABA7

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

Shades of Cloudy #ADABA7

Tints of Cloudy #ADABA7

Color information

#ADABA7 (or 0xADABA7) is unknown color: approx Cloudy. HEX triplet: AD, AB and A7. RGB value is (173,171,167). Sum of RGB (Red+Green+Blue) = 173+171+167=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA7 is #525458. Grayscale: #ABABAB. Windows color (decimal): -5395545 or 10988461. OLE color: 10988461.

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

Color convert

RGB173171167-
CMYK00.010.030.32
HSL40º3.53%66.67%-
HSV(B)40º3.47%67.84%-
XYZ38.7740.842.39-
YUV171.14125.66129.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=33.86%
G=33.46%
B=32.68%

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
Decimal17317116700.010.030.32403.5366.67
HexADABA70132028443
Octal25525324701340504103
Binary10101101101010111010011101111000001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABA7; }

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

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

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

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

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

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

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

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