#ADBDB6

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

Shades of Loblolly #ADBDB6

Tints of Loblolly #ADBDB6

Color information

#ADBDB6 (or 0xADBDB6) is unknown color: approx Loblolly. HEX triplet: AD, BD and B6. RGB value is (173,189,182). Sum of RGB (Red+Green+Blue) = 173+189+182=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB6 is #524249. Grayscale: #B7B7B7. Windows color (decimal): -5390922 or 11976109. OLE color: 11976109.

HSL color Cylindrical-coordinate representation of color #ADBDB6: hue angle of 153.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB173189182-
CMYK0.0800.040.26
HSL153.75º10.81%70.98%-
HSV(B)153.75º8.47%74.12%-
XYZ43.8748.6651.34-
YUV183.42127.2120.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=31.80%
G=34.74%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891820.0800.040.26153.7510.8170.98
HexADBDB68041A9ab47
Octal25527526610043223213107
Binary10101101101111011011011010000100110101001101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDB6; }

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

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

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

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

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

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

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

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