#ADBAB3

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

Shades of Loblolly #ADBAB3

Tints of Loblolly #ADBAB3

Color information

#ADBAB3 (or 0xADBAB3) is unknown color: approx Loblolly. HEX triplet: AD, BA and B3. RGB value is (173,186,179). Sum of RGB (Red+Green+Blue) = 173+186+179=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB3 is #52454C. Grayscale: #B5B5B5. Windows color (decimal): -5391693 or 11778733. OLE color: 11778733.

HSL color Cylindrical-coordinate representation of color #ADBAB3: hue angle of 147.69º 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 #ADBAB3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB173186179-
CMYK0.0700.040.27
HSL147.69º8.61%70.39%-
HSV(B)147.69º6.99%72.94%-
XYZ42.9347.2649.51-
YUV181.32126.69122.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=32.16%
G=34.57%
B=33.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861790.0700.040.27147.698.6170.39
HexADBAB37041B94946
Octal2552722637043322411106
Binary1010110110111010101100111110100110111001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAB3; }

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

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

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

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

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

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

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

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