#ADB8B6

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

Shades of Opal #ADB8B6

Tints of Opal #ADB8B6

Color information

#ADB8B6 (or 0xADB8B6) is unknown color: approx Opal. HEX triplet: AD, B8 and B6. RGB value is (173,184,182). Sum of RGB (Red+Green+Blue) = 173+184+182=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8B6 is #524749. Grayscale: #B4B4B4. Windows color (decimal): -5392202 or 11974829. OLE color: 11974829.

HSL color Cylindrical-coordinate representation of color #ADB8B6: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB8B6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB173184182-
CMYK0.0600.010.28
HSL169.09º7.19%70%-
HSV(B)169.09º5.98%72.16%-
XYZ42.8246.5450.98-
YUV180.48128.86122.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=32.10%
G=34.14%
B=33.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841820.0600.010.28169.097.1970
HexADB8B66011Ca9746
Octal255270266601342517106
Binary1010110110111000101101101100111100101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8B6; }

 p { color: rgb(173,184,182); }

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

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

 a { background-color: rgb(173,184,182); }

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

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

 span { border-color: rgb(173,184,182); }

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