#ADB3AF

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

Shades of Loblolly #ADB3AF

Tints of Loblolly #ADB3AF

Color information

#ADB3AF (or 0xADB3AF) is unknown color: approx Loblolly. HEX triplet: AD, B3 and AF. RGB value is (173,179,175). Sum of RGB (Red+Green+Blue) = 173+179+175=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AF is #524C50. Grayscale: #B0B0B0. Windows color (decimal): -5393489 or 11514797. OLE color: 11514797.

HSL color Cylindrical-coordinate representation of color #ADB3AF: hue angle of 140º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB3AF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB173179175-
CMYK0.0300.020.30
HSL140º3.8%69.02%-
HSV(B)140º3.35%70.2%-
XYZ41.0944.2246.93-
YUV176.75127.01125.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=32.83%
G=33.97%
B=33.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791750.0300.020.301403.869.02
HexADB3AF3021E8c445
Octal255263257302362144105
Binary1010110110110011101011111101011110100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3AF; }

 p { color: rgb(173,179,175); }

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

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

 a { background-color: rgb(173,179,175); }

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

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

 span { border-color: rgb(173,179,175); }

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