#ADBDB4

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

Shades of Loblolly #ADBDB4

Tints of Loblolly #ADBDB4

Color information

#ADBDB4 (or 0xADBDB4) is unknown color: approx Loblolly. HEX triplet: AD, BD and B4. RGB value is (173,189,180). Sum of RGB (Red+Green+Blue) = 173+189+180=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB4 is #52424B. Grayscale: #B7B7B7. Windows color (decimal): -5390924 or 11845037. OLE color: 11845037.

HSL color Cylindrical-coordinate representation of color #ADBDB4: hue angle of 146.25º 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 #ADBDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB173189180-
CMYK0.0800.050.26
HSL146.25º10.81%70.98%-
HSV(B)146.25º8.47%74.12%-
XYZ43.6748.5750.25-
YUV183.19126.2120.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=31.92%
G=34.87%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891800.0800.050.26146.2510.8170.98
HexADBDB48051A92b47
Octal25527526410053222213107
Binary10101101101111011011010010000101110101001001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDB4; }

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

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

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

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

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

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

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

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