#ADB4AA

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

Shades of Spring Rain #ADB4AA

Tints of Spring Rain #ADB4AA

Color information

#ADB4AA (or 0xADB4AA) is unknown color: approx Spring Rain. HEX triplet: AD, B4 and AA. RGB value is (173,180,170). Sum of RGB (Red+Green+Blue) = 173+180+170=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4AA is #524B55. Grayscale: #B0B0B0. Windows color (decimal): -5393238 or 11187373. OLE color: 11187373.

HSL color Cylindrical-coordinate representation of color #ADB4AA: hue angle of 102º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB4AA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB173180170-
CMYK0.0400.060.29
HSL102º6.25%68.63%-
HSV(B)102º5.56%70.59%-
XYZ40.8144.4344.45-
YUV176.77124.18125.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=33.08%
G=34.42%
B=32.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801700.0400.060.291026.2568.63
HexADB4AA4061D66645
Octal255264252406351466105
Binary10101101101101001010101010001101110111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4AA; }

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

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

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

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

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

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

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

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