#ADBAB7

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

Shades of Opal #ADBAB7

Tints of Opal #ADBAB7

Color information

#ADBAB7 (or 0xADBAB7) is unknown color: approx Opal. HEX triplet: AD, BA and B7. RGB value is (173,186,183). Sum of RGB (Red+Green+Blue) = 173+186+183=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB7 is #524548. Grayscale: #B5B5B5. Windows color (decimal): -5391689 or 12040877. OLE color: 12040877.

HSL color Cylindrical-coordinate representation of color #ADBAB7: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAB7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB173186183-
CMYK0.0700.020.27
HSL166.15º8.61%70.39%-
HSV(B)166.15º6.99%72.94%-
XYZ43.3447.4251.67-
YUV181.77128.69121.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=31.92%
G=34.32%
B=33.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861830.0700.020.27166.158.6170.39
HexADBAB77021Ba6946
Octal2552722677023324611106
Binary101011011011101010110111111010110111010011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAB7; }

 p { color: rgb(173,186,183); }

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

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

 a { background-color: rgb(173,186,183); }

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

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

 span { border-color: rgb(173,186,183); }

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